mirror of https://github.com/django/django.git
[1.6.x] Set 'bidi' Urdu property to True
Refs #20454.
Backport of e4a67fd90
from master.
This commit is contained in:
parent
76e38a2177
commit
1d874ce0f9
|
@ -468,7 +468,7 @@ LANG_INFO = {
|
|||
'name_local': 'Українська',
|
||||
},
|
||||
'ur': {
|
||||
'bidi': False,
|
||||
'bidi': True,
|
||||
'code': 'ur',
|
||||
'name': 'Urdu',
|
||||
'name_local': 'اردو',
|
||||
|
|
Loading…
Reference in New Issue