feat(i18n): add simulation translations for all languages

This commit is contained in:
2026-02-11 05:00:16 +01:00
parent b7021ff6b6
commit 19d017fe90
7 changed files with 2530 additions and 87 deletions

View File

@@ -305,7 +305,7 @@ const confirm = () => {
<div class="advanced-toggle">
<button class="btn-text" @click="toggleAdvanced">
{{ showAdvanced ? 'Ukryj mapę trudności' : 'Pokaż mapę trudności' }}
{{ showAdvanced ? t('custom.hideMap') : t('custom.showMap') }}
</button>
</div>

File diff suppressed because it is too large Load Diff