Add German and Swedish translations

Added de.json and sv.json locale files for German and Swedish language support. Updated i18n.js to register 'de' and 'sv' as available languages in the launcher.
This commit is contained in:
AMIAY
2026-01-27 04:29:01 +01:00
parent 34ee099ae2
commit 9025800820
3 changed files with 568 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ const i18n = (() => {
const availableLanguages = [
{ code: 'en', name: 'English' },
{ code: 'fr', name: 'Français' },
{ code: 'de', name: 'Deutsch' },
{ code: 'sv', name: 'Svenska' },
{ code: 'es-ES', name: 'Español (España)' },
{ code: 'pt-BR', name: 'Portuguese (Brazil)' },
{ code: 'tr-TR', name: 'Turkish (Turkey)' },