From ea1544e9388a6d569fd76d1e389af0bd02cbe9be Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sat, 11 Aug 2007 06:28:51 +0000 Subject: [PATCH] Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5840 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/global_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 33f7aebb6b..034fed0a72 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -80,7 +80,7 @@ LANGUAGES = ( ) # 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.