Merge pull request #1142 from Pike/master

Fixed #20454: Make Urdu (ur) recognized as RTL language
This commit is contained in:
Andrew Godwin 2013-05-19 02:23:20 -07:00
commit 2d0e36ae37
1 changed files with 1 additions and 1 deletions

View File

@ -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.