From 974f5a5393d427a9e0790afdcaedbf514660b1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 10 Sep 2013 08:49:41 +0000 Subject: [PATCH] 6819: enable Arabic Date Handler svn: r23073 --- src/DateHandler/Makefile.am | 1 + src/DateHandler/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/DateHandler/Makefile.am b/src/DateHandler/Makefile.am index 5dc952049..54dd75123 100644 --- a/src/DateHandler/Makefile.am +++ b/src/DateHandler/Makefile.am @@ -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\ diff --git a/src/DateHandler/__init__.py b/src/DateHandler/__init__.py index 99057ba04..5840cf101 100644 --- a/src/DateHandler/__init__.py +++ b/src/DateHandler/__init__.py @@ -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