Fixed Hungarian YAML markup

This commit is contained in:
Observer KRypt0n_ 2022-01-30 14:19:40 +02:00
parent acaca2e38c
commit 891433fab8
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
2 changed files with 2 additions and 3 deletions

View file

@ -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:

View file

@ -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'));