add portugese language to config

This commit is contained in:
jeffvli 2025-09-04 21:16:14 -07:00
parent 871923a977
commit cf3fd53bc1

View file

@ -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',