mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
add catalan language to config
This commit is contained in:
parent
cf3fd53bc1
commit
f85ce9703f
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ import { PostProcessorModule, StringMap, TOptions } from 'i18next';
|
|||
import i18n from 'i18next';
|
||||
import { initReactI18next } from 'react-i18next';
|
||||
|
||||
import ca from './locales/ca.json';
|
||||
import cs from './locales/cs.json';
|
||||
import de from './locales/de.json';
|
||||
import en from './locales/en.json';
|
||||
|
|
@ -29,6 +30,7 @@ import zhHans from './locales/zh-Hans.json';
|
|||
import zhHant from './locales/zh-Hant.json';
|
||||
|
||||
const resources = {
|
||||
ca: { translation: ca },
|
||||
cs: { translation: cs },
|
||||
de: { translation: de },
|
||||
en: { translation: en },
|
||||
|
|
@ -61,6 +63,10 @@ export const languages = [
|
|||
label: 'English',
|
||||
value: 'en',
|
||||
},
|
||||
{
|
||||
label: 'Català',
|
||||
value: 'ca',
|
||||
},
|
||||
{
|
||||
label: 'Čeština',
|
||||
value: 'cs',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue