summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Godwin <andrew@aeracode.org>2013-05-19 02:23:20 -0700
committerAndrew Godwin <andrew@aeracode.org>2013-05-19 02:23:20 -0700
commit2d0e36ae37aa7e017eb4bfe923b3ed3e7a5aa1aa (patch)
tree5f46fd2458f1660f192519c72417eeb18d0083c2
parentcf56536ac7e63231ba63b602fbb89bd3d936f4fe (diff)
parent004fde0702957bd73b49313ed17919da71dc909f (diff)
Merge pull request #1142 from Pike/master
Fixed #20454: Make Urdu (ur) recognized as RTL language
-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 53aef351c0..596f4ae78a 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -131,7 +131,7 @@ LANGUAGES = (
)
# Languages using BiDi (right-to-left) layout
-LANGUAGES_BIDI = ("he", "ar", "fa")
+LANGUAGES_BIDI = ("he", "ar", "fa", "ur")
# If you set this to False, Django will make some optimizations so as not
# to load the internationalization machinery.