Un-renamed language codes - this is Python, not Java...

This commit is contained in:
str4d
2015-05-14 04:45:43 +00:00
parent 49f6307d74
commit cf43c7b182
7 changed files with 5 additions and 5 deletions

View File

@@ -43,8 +43,8 @@ SUPPORTED_LANGS = [
'ru',
'zh',
'ar',
'in',
'iw',
'id',
'he',
'it',
'ja',
'ko',
@@ -62,13 +62,13 @@ SUPPORTED_LANGS = [
SUPPORTED_LANG_NAMES = {
'ar': u'Arabic العربية',
'in': u'Bahasa Indonesia',
'id': u'Bahasa Indonesia',
'zh': u'Chinese 中文',
'de': u'Deutsch',
'en': u'English',
'es': u'Castellano',
'fr': u'Français',
'iw': u'Hebrew עברית',
'he': u'Hebrew עברית',
'it': u'Italiano',
'ja': u'Japanese 日本語',
'ko': u'Korean 한국말',