mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
add new i18n locales
This commit is contained in:
@@ -8,6 +8,7 @@ import cs from './locales/cs.json';
|
|||||||
import de from './locales/de.json';
|
import de from './locales/de.json';
|
||||||
import en from './locales/en.json';
|
import en from './locales/en.json';
|
||||||
import es from './locales/es.json';
|
import es from './locales/es.json';
|
||||||
|
import et from './locales/et.json';
|
||||||
import eu from './locales/eu.json';
|
import eu from './locales/eu.json';
|
||||||
import fa from './locales/fa.json';
|
import fa from './locales/fa.json';
|
||||||
import fi from './locales/fi.json';
|
import fi from './locales/fi.json';
|
||||||
@@ -27,6 +28,8 @@ import sl from './locales/sl.json';
|
|||||||
import sr from './locales/sr.json';
|
import sr from './locales/sr.json';
|
||||||
import sv from './locales/sv.json';
|
import sv from './locales/sv.json';
|
||||||
import ta from './locales/ta.json';
|
import ta from './locales/ta.json';
|
||||||
|
import th from './locales/th.json';
|
||||||
|
import tl from './locales/tl.json';
|
||||||
import tr from './locales/tr.json';
|
import tr from './locales/tr.json';
|
||||||
import zhHans from './locales/zh-Hans.json';
|
import zhHans from './locales/zh-Hans.json';
|
||||||
import zhHant from './locales/zh-Hant.json';
|
import zhHant from './locales/zh-Hant.json';
|
||||||
@@ -38,6 +41,7 @@ const resources = {
|
|||||||
de: { translation: de },
|
de: { translation: de },
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
es: { translation: es },
|
es: { translation: es },
|
||||||
|
et: { translation: et },
|
||||||
eu: { translation: eu },
|
eu: { translation: eu },
|
||||||
fa: { translation: fa },
|
fa: { translation: fa },
|
||||||
fi: { translation: fi },
|
fi: { translation: fi },
|
||||||
@@ -57,6 +61,8 @@ const resources = {
|
|||||||
sr: { translation: sr },
|
sr: { translation: sr },
|
||||||
sv: { translation: sv },
|
sv: { translation: sv },
|
||||||
ta: { translation: ta },
|
ta: { translation: ta },
|
||||||
|
th: { translation: th },
|
||||||
|
tl: { translation: tl },
|
||||||
tr: { translation: tr },
|
tr: { translation: tr },
|
||||||
'zh-Hans': { translation: zhHans },
|
'zh-Hans': { translation: zhHans },
|
||||||
'zh-Hant': { translation: zhHant },
|
'zh-Hant': { translation: zhHant },
|
||||||
@@ -87,6 +93,10 @@ export const languages = [
|
|||||||
label: 'Español',
|
label: 'Español',
|
||||||
value: 'es',
|
value: 'es',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Eesti',
|
||||||
|
value: 'et',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Basque',
|
label: 'Basque',
|
||||||
value: 'eu',
|
value: 'eu',
|
||||||
@@ -163,6 +173,14 @@ export const languages = [
|
|||||||
label: 'Tamil',
|
label: 'Tamil',
|
||||||
value: 'ta',
|
value: 'ta',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Thai',
|
||||||
|
value: 'th',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Tagalog',
|
||||||
|
value: 'tl',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Türkçe',
|
label: 'Türkçe',
|
||||||
value: 'tr',
|
value: 'tr',
|
||||||
|
|||||||
Reference in New Issue
Block a user