6819: enable Arabic Date Handler
svn: r23073
This commit is contained in:
parent
a0db80f643
commit
974f5a5393
@ -5,6 +5,7 @@
|
|||||||
# If not using GNU make, then list all .py files individually
|
# If not using GNU make, then list all .py files individually
|
||||||
|
|
||||||
pkgpython_PYTHON = \
|
pkgpython_PYTHON = \
|
||||||
|
_Date_ar.py\
|
||||||
_Date_bg.py\
|
_Date_bg.py\
|
||||||
_Date_ca.py\
|
_Date_ca.py\
|
||||||
_Date_cs.py\
|
_Date_cs.py\
|
||||||
|
@ -35,6 +35,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_ar
|
||||||
import _Date_bg
|
import _Date_bg
|
||||||
import _Date_ca
|
import _Date_ca
|
||||||
import _Date_cs
|
import _Date_cs
|
||||||
|
Loading…
Reference in New Issue
Block a user