mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 17:01:47 +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:
|
||||
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:
|
||||
|
|
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue