|
@@ -141,6 +141,7 @@ LANGUAGES = [
|
|
|
("tr", gettext_noop("Turkish")),
|
|
|
("tt", gettext_noop("Tatar")),
|
|
|
("udm", gettext_noop("Udmurt")),
|
|
|
+ ("ug", gettext_noop("Uyghur")),
|
|
|
("uk", gettext_noop("Ukrainian")),
|
|
|
("ur", gettext_noop("Urdu")),
|
|
|
("uz", gettext_noop("Uzbek")),
|
|
@@ -150,7 +151,7 @@ LANGUAGES = [
|
|
|
]
|
|
|
|
|
|
# Languages using BiDi (right-to-left) layout
|
|
|
-LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ur"]
|
|
|
+LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ug", "ur"]
|
|
|
|
|
|
# If you set this to False, Django will make some optimizations so as not
|
|
|
# to load the internationalization machinery.
|