[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…
Reference in New Issue