Add Arabic to RTL_LANGS and to language selection menu

This commit is contained in:
hamada
2014-10-14 09:48:58 +00:00
parent bced2f9397
commit 3c0d1b0f67

View File

@@ -40,6 +40,7 @@ SUPPORTED_LANGS = [
'de', 'de',
'fr', 'fr',
'he', 'he',
'ar',
'it', 'it',
'ja', 'ja',
'ko', 'ko',
@@ -61,6 +62,7 @@ SUPPORTED_LANG_NAMES = {
'de': u'Deutsch', 'de': u'Deutsch',
'fr': u'Français', 'fr': u'Français',
'he': u'Hebrew', 'he': u'Hebrew',
'ar': u'Arabic',
'it': u'Italiano', 'it': u'Italiano',
'ja': u'Japanese', 'ja': u'Japanese',
'ko': u'Korean', 'ko': u'Korean',
@@ -77,6 +79,7 @@ SUPPORTED_LANG_NAMES = {
RTL_LANGS = [ RTL_LANGS = [
'he', 'he',
'ar',
] ]
DEFAULT_GETTEXT_DOMAIN = 'priority' DEFAULT_GETTEXT_DOMAIN = 'priority'