Kaydet (Commit) 2d0e36ae authored tarafından Andrew Godwin's avatar Andrew Godwin

Merge pull request #1142 from Pike/master

Fixed #20454: Make Urdu (ur) recognized as RTL language
...@@ -131,7 +131,7 @@ LANGUAGES = ( ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment