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:
Christopher Allan Webber 2014-06-02 10:39:23 -05:00
parent ac7f3b17bf
commit b02e37c297

View File

@ -32,7 +32,7 @@ TRANSLATIONS_PATH = pkg_resources.resource_filename(
'mediagoblin', 'i18n') 'mediagoblin', 'i18n')
# Known RTL languages # 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): def is_rtl(lang):
"""Returns true when the local language is right to left""" """Returns true when the local language is right to left"""