summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 90448b1ddf..bdb5271294 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,8 @@ setup(
packages = find_packages(exclude=['examples', 'examples.*']),
package_data = {
'': ['*.TXT'],
- 'django.conf': ['locale/bn/LC_MESSAGES/*',
+ 'django.conf': ['locale/ar/LC_MESSAGES/*',
+ 'locale/bn/LC_MESSAGES/*',
'locale/cs/LC_MESSAGES/*',
'locale/cy/LC_MESSAGES/*',
'locale/da/LC_MESSAGES/*',