Add languages

This commit is contained in:
jeffvli 2024-07-03 15:56:48 -07:00
parent f674260df3
commit bd04168209

View file

@ -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',