Support sq

This commit is contained in:
Chocobozzz 2021-03-09 11:34:46 +01:00
parent 01711d63c7
commit f45aa01a1b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 7 additions and 1 deletions

View File

@ -69,6 +69,10 @@
"translation": "src/locale/angular.ru-RU.xlf", "translation": "src/locale/angular.ru-RU.xlf",
"baseHref": "/client/ru-RU/" "baseHref": "/client/ru-RU/"
}, },
"sq": {
"translation": "src/locale/angular.sq.xlf",
"baseHref": "/client/sq/"
},
"zh-Hans": { "zh-Hans": {
"translation": "src/locale/angular.zh-Hans-CN.xlf", "translation": "src/locale/angular.zh-Hans-CN.xlf",
"baseHref": "/client/zh-Hans-CN/" "baseHref": "/client/zh-Hans-CN/"

View File

@ -34,6 +34,7 @@ languages=(
["eo"]="eo" ["eo"]="eo"
["de"]="de-DE" ["de"]="de-DE"
["it"]="it-IT" ["it"]="it-IT"
["sq"]="sq"
["kab"]="kab" ["kab"]="kab"
) )

View File

@ -26,7 +26,8 @@ export const I18N_LOCALES = {
'pt-BR': 'Português (Brasil)', 'pt-BR': 'Português (Brasil)',
'pt-PT': 'Português (Portugal)', 'pt-PT': 'Português (Portugal)',
'ru-RU': 'русский', 'ru-RU': 'русский',
'sv-SE': 'svenska', 'sq': 'Shqip',
'sv-SE': 'Svenska',
'th-TH': 'ไทย', 'th-TH': 'ไทย',
'vi-VN': 'Tiếng Việt', 'vi-VN': 'Tiếng Việt',
'zh-Hans-CN': '简体中文(中国)', 'zh-Hans-CN': '简体中文(中国)',