mirror of
https://github.com/django/django.git
synced 2025-06-03 10:39:12 +00:00
Merge pull request #1142 from Pike/master
Fixed #20454: Make Urdu (ur) recognized as RTL language
This commit is contained in:
commit
2d0e36ae37
@ -131,7 +131,7 @@ LANGUAGES = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Languages using BiDi (right-to-left) layout
|
# 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
|
# If you set this to False, Django will make some optimizations so as not
|
||||||
# to load the internationalization machinery.
|
# to load the internationalization machinery.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user