Chinese localization #347 #705 #939 #1079

This commit is contained in:
SPRINX0\prochazka
2025-11-18 16:16:39 +01:00
parent c4335527f8
commit 06c80ad982
3 changed files with 913 additions and 3 deletions

View File

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