Bulgarian Date Handler

svn: r14766
This commit is contained in:
Boril Gourinov 2010-03-11 21:39:39 +00:00
parent 9a869e44b0
commit e7c4e7863a
2 changed files with 3 additions and 1 deletions

View File

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

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