mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
add portugese language to config
This commit is contained in:
parent
871923a977
commit
cf3fd53bc1
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import nbNO from './locales/nb-NO.json';
|
||||||
import nl from './locales/nl.json';
|
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 pt from './locales/pt.json';
|
||||||
import ru from './locales/ru.json';
|
import ru from './locales/ru.json';
|
||||||
import sl from './locales/sl.json';
|
import sl from './locales/sl.json';
|
||||||
import sr from './locales/sr.json';
|
import sr from './locales/sr.json';
|
||||||
|
|
@ -43,6 +44,7 @@ const resources = {
|
||||||
'nb-NO': { translation: nbNO },
|
'nb-NO': { translation: nbNO },
|
||||||
nl: { translation: nl },
|
nl: { translation: nl },
|
||||||
pl: { translation: pl },
|
pl: { translation: pl },
|
||||||
|
pt: { translation: pt },
|
||||||
'pt-BR': { translation: ptBr },
|
'pt-BR': { translation: ptBr },
|
||||||
ru: { translation: ru },
|
ru: { translation: ru },
|
||||||
sl: { translation: sl },
|
sl: { translation: sl },
|
||||||
|
|
@ -111,6 +113,10 @@ export const languages = [
|
||||||
label: 'فارسی',
|
label: 'فارسی',
|
||||||
value: 'fa',
|
value: 'fa',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Português',
|
||||||
|
value: 'pt',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Português (Brasil)',
|
label: 'Português (Brasil)',
|
||||||
value: 'pt-BR',
|
value: 'pt-BR',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue