diff --git a/public/locales/hu-hu.yaml b/public/locales/hu-hu.yaml index 5400eb2..ca3e048 100644 --- a/public/locales/hu-hu.yaml +++ b/public/locales/hu-hu.yaml @@ -28,8 +28,8 @@ launcher: # Voice packages installation voice: deleting: Hangcsomagok eltávolítása... - downloading: {voice} hangcsomag letöltése folyamatban... - unpacking: {voice} hangcsomag kibontása folyamatban... + downloading: '{voice} hangcsomag letöltése folyamatban...' + unpacking: '{voice} hangcsomag kibontása folyamatban...' # Launcher states states: diff --git a/src/i18n.ts b/src/i18n.ts index 053268a..05d027b 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -2,7 +2,6 @@ import { register, init } from 'svelte-i18n'; import Locales from './ts/launcher/Locales'; -// Supported by the game's API register('en-us', () => Locales.get('en-us')); register('ru-ru', () => Locales.get('ru-ru')); register('es-es', () => Locales.get('es-es'));