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

@ -1,6 +1,6 @@
[main]
host = https://www.transifex.com
lang_map = he: iw, id: in, ru_RU: ru, sv_SE: sv, tr_TR: tr, uk_UA: uk, yi: ji, zh_CN: zh
lang_map = ru_RU: ru, sv_SE: sv, tr_TR: tr, uk_UA: uk, zh_CN: zh
[I2P.website_about]
file_filter = i2p2www/translations/<lang>/LC_MESSAGES/about.po

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 한국말',

View File

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B