From e7c4e7863a26be02cfb4096aef6ca5694fd79296 Mon Sep 17 00:00:00 2001 From: Boril Gourinov Date: Thu, 11 Mar 2010 21:39:39 +0000 Subject: [PATCH] Bulgarian Date Handler svn: r14766 --- src/DateHandler/Makefile.am | 3 ++- src/DateHandler/__init__.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DateHandler/Makefile.am b/src/DateHandler/Makefile.am index b7e6c0794..1f58ffc82 100644 --- a/src/DateHandler/Makefile.am +++ b/src/DateHandler/Makefile.am @@ -6,7 +6,8 @@ pkgdatadir = $(datadir)/@PACKAGE@/DateHandler pkgdata_PYTHON = \ - _Date_ca.py\ + _Date_bg.py\ + _Date_ca.py\ _Date_cs.py\ _Date_de.py\ _Date_es.py\ diff --git a/src/DateHandler/__init__.py b/src/DateHandler/__init__.py index f70b1bef4..f74b6750c 100644 --- a/src/DateHandler/__init__.py +++ b/src/DateHandler/__init__.py @@ -29,6 +29,7 @@ from _DateHandler import (LANG, LANG_SHORT, LANG_TO_PARSER, LANG_TO_DISPLAY, register_datehandler) # Import all the localized handlers +import _Date_bg import _Date_ca import _Date_cs import _Date_de