I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3c0d1b0f authored by hamada's avatar hamada
Browse files

Add Arabic to RTL_LANGS and to language selection menu

parent bced2f93
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ SUPPORTED_LANGS = [ ...@@ -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 = { ...@@ -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 = { ...@@ -77,6 +79,7 @@ SUPPORTED_LANG_NAMES = {
RTL_LANGS = [ RTL_LANGS = [
'he', 'he',
'ar',
] ]
DEFAULT_GETTEXT_DOMAIN = 'priority' DEFAULT_GETTEXT_DOMAIN = 'priority'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment