mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[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': 'Українська',
|
'name_local': 'Українська',
|
||||||
},
|
},
|
||||||
'ur': {
|
'ur': {
|
||||||
'bidi': False,
|
'bidi': True,
|
||||||
'code': 'ur',
|
'code': 'ur',
|
||||||
'name': 'Urdu',
|
'name': 'Urdu',
|
||||||
'name_local': 'اردو',
|
'name_local': 'اردو',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user