Commit 2d0e36ae authored by Andrew Godwin's avatar Andrew Godwin
Browse files

Merge pull request #1142 from Pike/master

Fixed #20454: Make Urdu (ur) recognized as RTL language
parents cf56536a 004fde07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.