Author: mtredinnick
Date: 2007-08-11 01:28:51 -0500 (Sat, 11 Aug 2007)
New Revision: 5840

Modified:
   django/trunk/django/conf/global_settings.py
Log:
Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.


Modified: django/trunk/django/conf/global_settings.py
===================================================================
--- django/trunk/django/conf/global_settings.py 2007-08-11 06:28:34 UTC (rev 
5839)
+++ django/trunk/django/conf/global_settings.py 2007-08-11 06:28:51 UTC (rev 
5840)
@@ -80,7 +80,7 @@
 )
 
 # Languages using BiDi (right-to-left) layout
-LANGUAGES_BIDI = ("he", "ar")
+LANGUAGES_BIDI = ("he", "ar", "fa")
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to