Commit 004fde07 authored by Axel Hecht's avatar Axel Hecht
Browse files

Make Urdu (ur) recognized as RTL language. Refs #20454

parent 0a503110
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.