added arabic to the setup
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8c399ba5b6
commit
4295dd9195
3
setup.py
3
setup.py
|
@ -14,7 +14,8 @@ setup(
|
||||||
packages = find_packages(exclude=['examples', 'examples.*']),
|
packages = find_packages(exclude=['examples', 'examples.*']),
|
||||||
package_data = {
|
package_data = {
|
||||||
'': ['*.TXT'],
|
'': ['*.TXT'],
|
||||||
'django.conf': ['locale/bn/LC_MESSAGES/*',
|
'django.conf': ['locale/ar/LC_MESSAGES/*',
|
||||||
|
'locale/bn/LC_MESSAGES/*',
|
||||||
'locale/cs/LC_MESSAGES/*',
|
'locale/cs/LC_MESSAGES/*',
|
||||||
'locale/cy/LC_MESSAGES/*',
|
'locale/cy/LC_MESSAGES/*',
|
||||||
'locale/da/LC_MESSAGES/*',
|
'locale/da/LC_MESSAGES/*',
|
||||||
|
|
Loading…
Reference in New Issue