Author: hugo
Date: 2006-07-10 09:14:32 -0500 (Mon, 10 Jul 2006)
New Revision: 3311
Modified:
django/trunk/setup.py
Log:
added arabic to the setup
Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py 2006-07-10 14:14:00 UTC (rev 3310)
+++ django/trunk/setup.py 2006-07-10 14:14:32 UTC (rev 3311)
@@ -14,7 +14,8 @@
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/*',
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---