mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add languages
This commit is contained in:
@@ -18,6 +18,7 @@ import nbNO from './locales/nb-NO.json';
|
|||||||
import nl from './locales/nl.json';
|
import nl from './locales/nl.json';
|
||||||
import zhHant from './locales/zh-Hant.json';
|
import zhHant from './locales/zh-Hant.json';
|
||||||
import fa from './locales/fa.json';
|
import fa from './locales/fa.json';
|
||||||
|
import ko from './locales/ko.json';
|
||||||
|
|
||||||
const resources = {
|
const resources = {
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
@@ -29,6 +30,7 @@ const resources = {
|
|||||||
fa: { translation: fa },
|
fa: { translation: fa },
|
||||||
fr: { translation: fr },
|
fr: { translation: fr },
|
||||||
ja: { translation: ja },
|
ja: { translation: ja },
|
||||||
|
ko: { translation: ko },
|
||||||
pl: { translation: pl },
|
pl: { translation: pl },
|
||||||
'zh-Hans': { translation: zhHans },
|
'zh-Hans': { translation: zhHans },
|
||||||
'zh-Hant': { translation: zhHant },
|
'zh-Hant': { translation: zhHant },
|
||||||
@@ -68,6 +70,10 @@ export const languages = [
|
|||||||
label: '日本語',
|
label: '日本語',
|
||||||
value: 'ja',
|
value: 'ja',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '한국어',
|
||||||
|
value: 'ko',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Nederlands',
|
label: 'Nederlands',
|
||||||
value: 'nl',
|
value: 'nl',
|
||||||
|
|||||||
Reference in New Issue
Block a user