diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-08-30 12:02:23 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-08-30 12:03:39 +0200 |
| commit | e4a67fd90626ced92a61f38ef682d2aa4f34a3ff (patch) | |
| tree | 921bd6872dc08d47e2b7ef479b0db59d865e6be0 | |
| parent | e2f06226ea4a38377cdb69f2f5768e4e00c2d88e (diff) | |
Set 'bidi' Urdu property to True
Refs #20454.
| -rw-r--r-- | django/conf/locale/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/__init__.py b/django/conf/locale/__init__.py index 59927b2397..7ff004d6ca 100644 --- a/django/conf/locale/__init__.py +++ b/django/conf/locale/__init__.py @@ -468,7 +468,7 @@ LANG_INFO = { 'name_local': 'Українська', }, 'ur': { - 'bidi': False, + 'bidi': True, 'code': 'ur', 'name': 'Urdu', 'name_local': 'اردو', |
