mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
add new languages to i18n
This commit is contained in:
parent
821a9f14dd
commit
b29038073d
1 changed files with 14 additions and 2 deletions
16
lib/i18n.py
16
lib/i18n.py
|
@ -33,21 +33,33 @@ def set_language(x):
|
||||||
|
|
||||||
languages = {
|
languages = {
|
||||||
'':_('Default'),
|
'':_('Default'),
|
||||||
'pt_PT':_('Portuguese'),
|
'ar_SA':_('Arabic'),
|
||||||
'pt_BR':_('Brasilian'),
|
|
||||||
'cs_CZ':_('Czech'),
|
'cs_CZ':_('Czech'),
|
||||||
|
'da_DK':_('Danish'),
|
||||||
'de_DE':_('German'),
|
'de_DE':_('German'),
|
||||||
'eo_UY':_('Esperanto'),
|
'eo_UY':_('Esperanto'),
|
||||||
|
'el_GR':_('Greek'),
|
||||||
'en_UK':_('English'),
|
'en_UK':_('English'),
|
||||||
'es_ES':_('Spanish'),
|
'es_ES':_('Spanish'),
|
||||||
'fr_FR':_('French'),
|
'fr_FR':_('French'),
|
||||||
|
'hu_HU':_('Hungarian'),
|
||||||
|
'hy_AM':_('Armenian'),
|
||||||
|
'id_ID':_('Indonesian'),
|
||||||
'it_IT':_('Italian'),
|
'it_IT':_('Italian'),
|
||||||
'ja_JP':_('Japanese'),
|
'ja_JP':_('Japanese'),
|
||||||
|
'ky_KG':_('Kyrgyz'),
|
||||||
'lv_LV':_('Latvian'),
|
'lv_LV':_('Latvian'),
|
||||||
'nl_NL':_('Dutch'),
|
'nl_NL':_('Dutch'),
|
||||||
|
'no_NO':_('Norwegian'),
|
||||||
|
'pl_PL':_('Polish'),
|
||||||
|
'pt_BR':_('Brasilian'),
|
||||||
|
'pt_PT':_('Portuguese'),
|
||||||
|
'ro_RO':_('Romanian'),
|
||||||
'ru_RU':_('Russian'),
|
'ru_RU':_('Russian'),
|
||||||
|
'sk_SK':_('Slovak'),
|
||||||
'sl_SI':_('Slovenian'),
|
'sl_SI':_('Slovenian'),
|
||||||
'ta_IN':_('Tamil'),
|
'ta_IN':_('Tamil'),
|
||||||
|
'th_TH':_('Thai'),
|
||||||
'vi_VN':_('Vietnamese'),
|
'vi_VN':_('Vietnamese'),
|
||||||
'zh_CN':_('Chinese')
|
'zh_CN':_('Chinese')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue