diff options
| author | Axel Hecht <axel@pike.org> | 2013-05-19 11:29:24 +0300 |
|---|---|---|
| committer | Axel Hecht <axel@pike.org> | 2013-05-19 11:29:24 +0300 |
| commit | 004fde0702957bd73b49313ed17919da71dc909f (patch) | |
| tree | f852da247d745ee41b8fba3c4c7db4705b5b5e02 | |
| parent | 0a50311063c416ec4d39f518e8d8110dd7eddbdf (diff) | |
Make Urdu (ur) recognized as RTL language. Refs #20454
| -rw-r--r-- | django/conf/global_settings.py | 2 |
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. |
