mirror of
https://github.com/django/django.git
synced 2025-03-06 15:32:33 +00:00
Make Urdu (ur) recognized as RTL language. Refs #20454
This commit is contained in:
parent
0a50311063
commit
004fde0702
@ -131,7 +131,7 @@ LANGUAGES = (
|
||||
)
|
||||
|
||||
# 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
|
||||
# to load the internationalization machinery.
|
||||
|
Loading…
x
Reference in New Issue
Block a user