add bulgarian date handler

svn: r14773
This commit is contained in:
Benny Malengier 2010-03-12 08:33:53 +00:00
parent 5fdebe709c
commit 8e6ee12497
2 changed files with 4 additions and 2 deletions

View File

@ -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\

View File

@ -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