Bulgarian Date Handler
svn: r14766
This commit is contained in:
parent
9a869e44b0
commit
e7c4e7863a
@ -6,6 +6,7 @@
|
|||||||
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler
|
pkgdatadir = $(datadir)/@PACKAGE@/DateHandler
|
||||||
|
|
||||||
pkgdata_PYTHON = \
|
pkgdata_PYTHON = \
|
||||||
|
_Date_bg.py\
|
||||||
_Date_ca.py\
|
_Date_ca.py\
|
||||||
_Date_cs.py\
|
_Date_cs.py\
|
||||||
_Date_de.py\
|
_Date_de.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…
x
Reference in New Issue
Block a user