removing zh and ja from RTL list. medicalwei reports they are not RTL languages.
This commit sponsored by Philipp Edelmann. Thanks!
This commit is contained in:
parent
ac7f3b17bf
commit
b02e37c297
@ -32,7 +32,7 @@ TRANSLATIONS_PATH = pkg_resources.resource_filename(
|
||||
'mediagoblin', 'i18n')
|
||||
|
||||
# Known RTL languages
|
||||
KNOWN_RTL = set(["ar", "fa", "zh","he","iw","ja","ur","yi","ji"])
|
||||
KNOWN_RTL = set(["ar", "fa", "he", "iw", "ur", "yi", "ji"])
|
||||
|
||||
def is_rtl(lang):
|
||||
"""Returns true when the local language is right to left"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user