From 004fde0702957bd73b49313ed17919da71dc909f Mon Sep 17 00:00:00 2001 From: Axel Hecht Date: Sun, 19 May 2013 11:29:24 +0300 Subject: [PATCH] Make Urdu (ur) recognized as RTL language. Refs #20454 --- 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 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.