portugese (brasil) translation

This commit is contained in:
SPRINX0\prochazka
2025-11-19 18:16:59 +01:00
parent eea85709ed
commit 1e06f65d9e
3 changed files with 910 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ ORDER BY
{ value: 'en', label: 'English' },
{ value: 'es', label: 'Español' },
{ value: 'fr', label: 'Français' },
{ value: 'pt', label: 'Português (Brasil)' },
{ value: 'sk', label: 'Slovenčina' },
{ value: 'zh', label: '中文' },
]}

View File

@@ -4,6 +4,7 @@ import de from '../../../translations/de.json';
import fr from '../../../translations/fr.json';
import es from '../../../translations/es.json';
import zh from '../../../translations/zh.json';
import pt from '../../../translations/pt.json';
import MessageFormat, { MessageFunction } from '@messageformat/core';
import { getStringSettingsValue } from './settings/settingsTools';
@@ -17,7 +18,7 @@ const translations = {
de,
fr,
es,
zh,
pt,
};
const supportedLanguages = Object.keys(translations);