italian translation

This commit is contained in:
SPRINX0\prochazka
2025-11-20 16:14:56 +01:00
parent 281cdb7264
commit 08efbee52b
3 changed files with 911 additions and 0 deletions

View File

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

View File

@@ -5,6 +5,7 @@ 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 it from '../../../translations/it.json';
import MessageFormat, { MessageFunction } from '@messageformat/core';
import { getStringSettingsValue } from './settings/settingsTools';
@@ -17,8 +18,10 @@ const translations = {
sk,
de,
fr,
zh,
es,
pt,
it,
};
const supportedLanguages = Object.keys(translations);