feat(i18n): add simulation translations for all languages
This commit is contained in:
@@ -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
Reference in New Issue
Block a user