mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +03:00
Fixed Hungarian YAML markup
This commit is contained in:
parent
acaca2e38c
commit
891433fab8
2 changed files with 2 additions and 3 deletions
|
@ -28,8 +28,8 @@ launcher:
|
||||||
# Voice packages installation
|
# Voice packages installation
|
||||||
voice:
|
voice:
|
||||||
deleting: Hangcsomagok eltávolítása...
|
deleting: Hangcsomagok eltávolítása...
|
||||||
downloading: {voice} hangcsomag letöltése folyamatban...
|
downloading: '{voice} hangcsomag letöltése folyamatban...'
|
||||||
unpacking: {voice} hangcsomag kibontása folyamatban...
|
unpacking: '{voice} hangcsomag kibontása folyamatban...'
|
||||||
|
|
||||||
# Launcher states
|
# Launcher states
|
||||||
states:
|
states:
|
||||||
|
|
|
@ -2,7 +2,6 @@ import { register, init } from 'svelte-i18n';
|
||||||
|
|
||||||
import Locales from './ts/launcher/Locales';
|
import Locales from './ts/launcher/Locales';
|
||||||
|
|
||||||
// Supported by the game's API
|
|
||||||
register('en-us', () => Locales.get('en-us'));
|
register('en-us', () => Locales.get('en-us'));
|
||||||
register('ru-ru', () => Locales.get('ru-ru'));
|
register('ru-ru', () => Locales.get('ru-ru'));
|
||||||
register('es-es', () => Locales.get('es-es'));
|
register('es-es', () => Locales.get('es-es'));
|
||||||
|
|
Loading…
Reference in a new issue