mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
add sl to i18n config
This commit is contained in:
parent
62f9d064d9
commit
60d3eec8f7
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ import nl from './locales/nl.json';
|
||||||
import pl from './locales/pl.json';
|
import pl from './locales/pl.json';
|
||||||
import ptBr from './locales/pt-BR.json';
|
import ptBr from './locales/pt-BR.json';
|
||||||
import ru from './locales/ru.json';
|
import ru from './locales/ru.json';
|
||||||
|
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';
|
||||||
|
|
@ -43,6 +44,7 @@ const resources = {
|
||||||
pl: { translation: pl },
|
pl: { translation: pl },
|
||||||
'pt-BR': { translation: ptBr },
|
'pt-BR': { translation: ptBr },
|
||||||
ru: { translation: ru },
|
ru: { translation: ru },
|
||||||
|
sl: { translation: sl },
|
||||||
sr: { translation: sr },
|
sr: { translation: sr },
|
||||||
sv: { translation: sv },
|
sv: { translation: sv },
|
||||||
ta: { translation: ta },
|
ta: { translation: ta },
|
||||||
|
|
@ -119,6 +121,10 @@ export const languages = [
|
||||||
label: 'Русский',
|
label: 'Русский',
|
||||||
value: 'ru',
|
value: 'ru',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Slovenščina',
|
||||||
|
value: 'sl',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Srpski',
|
label: 'Srpski',
|
||||||
value: 'sr',
|
value: 'sr',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue