mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
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
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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/*',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue