1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Merge pull request #107 from mini-bomba/polish-translation

Adding new translation keys for theme names & Polishing the Polish Translation™ #3
This commit is contained in:
tobspr
2020-06-11 18:43:57 +02:00
committed by GitHub
3 changed files with 11 additions and 5 deletions

View File

@@ -134,7 +134,7 @@ export const allApplicationSettings = [
new EnumSetting("theme", {
options: Object.keys(THEMES),
valueGetter: theme => theme,
textGetter: theme => theme.substr(0, 1).toUpperCase() + theme.substr(1),
textGetter: theme => T.settings.labels.theme.themes[theme],
category: categoryGame,
restartRequired: false,
changeCb: