From 8e6ee12497f73f329ce2e2c7712b46aa016cac91 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Fri, 12 Mar 2010 08:33:53 +0000 Subject: [PATCH] add bulgarian date handler svn: r14773 --- src/DateHandler/Makefile.am | 5 +++-- src/DateHandler/__init__.py | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/DateHandler/Makefile.am b/src/DateHandler/Makefile.am index b7e6c0794..1ddcce889 100644 --- a/src/DateHandler/Makefile.am +++ b/src/DateHandler/Makefile.am @@ -6,13 +6,14 @@ pkgdatadir = $(datadir)/@PACKAGE@/DateHandler pkgdata_PYTHON = \ - _Date_ca.py\ + _Date_bg.py\ + _Date_ca.py\ _Date_cs.py\ _Date_de.py\ _Date_es.py\ _Date_fi.py\ _Date_fr.py\ - _Date_hr.py\ + _Date_hr.py\ _Date_it.py\ _Date_lt.py\ _Date_nb.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