1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-03 12:30:00 +01:00

refs #1845 Add Central Atlas Tamazight in i18n

This commit is contained in:
AkiraFukushima 2020-10-20 23:06:02 +09:00
parent f94f450f97
commit 5374794c16
4 changed files with 10 additions and 0 deletions

View File

@ -15,4 +15,5 @@ files:
pt-PT: pt_pt
ru: ru
sv-SE: sv_se
tzm: tzm
zh-CN: zh_cn

View File

@ -12,6 +12,7 @@ import pl from '~/src/config/locales/pl/translation.json'
import pt_pt from '~/src/config/locales/pt_pt/translation.json'
import ru from '~/src/config/locales/ru/translation.json'
import sv_se from '~/src/config/locales/sv_se/translation.json'
import tzm from '~/src/config/locales/tzm/translation.json'
import zh_cn from '~/src/config/locales/zh_cn/translation.json'
const options: InitOptions = {
@ -59,6 +60,9 @@ const options: InitOptions = {
sv_se: {
translation: sv_se
},
tzm: {
translation: tzm
},
zh_cn: {
translation: zh_cn
}

View File

@ -54,5 +54,9 @@ export default {
sv_se: {
name: 'svenska',
key: 'sv_se'
},
tzm: {
name: 'Tamaziɣt',
key: 'tzm'
}
}

View File

@ -33,6 +33,7 @@ export default {
Language.pt_pt,
Language.ru,
Language.sv_se,
Language.tzm,
Language.zh_cn
]
}