add bulgarian date handler
svn: r14773
This commit is contained in:
parent
5fdebe709c
commit
8e6ee12497
@ -6,13 +6,14 @@
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler
|
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
_Date_ca.py\
|
_Date_bg.py\
|
||||||
|
_Date_ca.py\
|
||||||
_Date_cs.py\
|
_Date_cs.py\
|
||||||
_Date_de.py\
|
_Date_de.py\
|
||||||
_Date_es.py\
|
_Date_es.py\
|
||||||
_Date_fi.py\
|
_Date_fi.py\
|
||||||
_Date_fr.py\
|
_Date_fr.py\
|
||||||
_Date_hr.py\
|
_Date_hr.py\
|
||||||
_Date_it.py\
|
_Date_it.py\
|
||||||
_Date_lt.py\
|
_Date_lt.py\
|
||||||
_Date_nb.py\
|
_Date_nb.py\
|
||||||
|
@ -29,6 +29,7 @@ from _DateHandler import (LANG, LANG_SHORT, LANG_TO_PARSER, LANG_TO_DISPLAY,
|
|||||||
register_datehandler)
|
register_datehandler)
|
||||||
|
|
||||||
# Import all the localized handlers
|
# Import all the localized handlers
|
||||||
|
import _Date_bg
|
||||||
import _Date_ca
|
import _Date_ca
|
||||||
import _Date_cs
|
import _Date_cs
|
||||||
import _Date_de
|
import _Date_de
|
||||||
|
Loading…
Reference in New Issue
Block a user