mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add sl to i18n config
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user