summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-08-11 06:28:51 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-08-11 06:28:51 +0000
commitea1544e9388a6d569fd76d1e389af0bd02cbe9be (patch)
treeff8bbde3d9d8e1b287b7080b1330aa3db377307d
parente3f569989ab600e0a5d3ffb903c1f2bddb1695ed (diff)
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
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
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.