diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2006-07-10 14:14:32 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2006-07-10 14:14:32 +0000 |
| commit | 4295dd9195d108ebb88e00340747b6239151ce13 (patch) | |
| tree | 1c1eeb222393ebcf920ccdb85da1b9d0c4a2b182 | |
| parent | 8c399ba5b655b2fdce242b5a5f702a8b55e15c86 (diff) | |
added arabic to the setup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/*', |
