6819: enable Arabic Date Handler

svn: r23073
This commit is contained in:
Jérôme Rapinat 2013-09-10 08:49:41 +00:00
parent a0db80f643
commit 974f5a5393
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# If not using GNU make, then list all .py files individually
pkgpython_PYTHON = \
_Date_ar.py\
_Date_bg.py\
_Date_ca.py\
_Date_cs.py\

View File

@ -35,6 +35,7 @@ from _DateHandler import (LANG, LANG_SHORT, LANG_TO_PARSER, LANG_TO_DISPLAY,
register_datehandler)
# Import all the localized handlers
import _Date_ar
import _Date_bg
import _Date_ca
import _Date_cs