v1.15.2: Restore difficulty map visibility and fix i18n crash
Some checks failed
Deploy to Production / deploy (push) Failing after 20s

This commit is contained in:
2026-02-19 10:25:58 +01:00
parent b6e685d351
commit 0d4ef75934
6 changed files with 82 additions and 202 deletions

View File

@@ -197,7 +197,9 @@ const messages = {
'simulation.table.size': 'Rozmiar',
'simulation.table.density': 'Gęstość',
'simulation.table.solved': 'Rozwiązano (Logika)',
'simulation.empty': 'Naciśnij Start, aby uruchomić symulację Monte Carlo'
'simulation.empty': 'Naciśnij Start, aby uruchomić symulację Monte Carlo',
'difficultyMap.size': 'Rozmiar',
'difficultyMap.density': 'Gęstość'
},
en: {
'app.title': 'Nonograms',
@@ -395,7 +397,9 @@ const messages = {
'simulation.table.solved': 'Solved (Logic)',
'simulation.empty': 'Press Start to run Monte Carlo simulation',
'custom.hideMap': 'Hide difficulty map',
'custom.showMap': 'Show difficulty map'
'custom.showMap': 'Show difficulty map',
'difficultyMap.size': 'Size',
'difficultyMap.density': 'Density'
},
zh: {
'app.title': 'Nonograms',