mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +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 pl from './locales/pl.json';
|
||||
import ptBr from './locales/pt-BR.json';
|
||||
import pt from './locales/pt.json';
|
||||
import ru from './locales/ru.json';
|
||||
import sl from './locales/sl.json';
|
||||
import sr from './locales/sr.json';
|
||||
|
|
@ -43,6 +44,7 @@ const resources = {
|
|||
'nb-NO': { translation: nbNO },
|
||||
nl: { translation: nl },
|
||||
pl: { translation: pl },
|
||||
pt: { translation: pt },
|
||||
'pt-BR': { translation: ptBr },
|
||||
ru: { translation: ru },
|
||||
sl: { translation: sl },
|
||||
|
|
@ -111,6 +113,10 @@ export const languages = [
|
|||
label: 'فارسی',
|
||||
value: 'fa',
|
||||
},
|
||||
{
|
||||
label: 'Português',
|
||||
value: 'pt',
|
||||
},
|
||||
{
|
||||
label: 'Português (Brasil)',
|
||||
value: 'pt-BR',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue