Skip to content

Commit

Permalink
Bump version to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Apr 9, 2023
1 parent 196ce32 commit fa4d833
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion languages-convert/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ARCHMAGE:
traits: Merkmale
type: Typ
uses: Einsätze
vulnerability: Schwäche
vulnerability: Anfällig
# Settings
SETTINGS:
automateBaseStatsFromClassHint: Bestimmt RK, KW, GW, Basis-TP, Erholungs- und Waffenwürfel anhand der Klassenname(n).
Expand Down
2 changes: 1 addition & 1 deletion languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"traits": "Merkmale",
"type": "Typ",
"uses": "Einsätze",
"vulnerability": "Schwäche",
"vulnerability": "Anfällig",
"SETTINGS": {
"automateBaseStatsFromClassHint": "Bestimmt RK, KW, GW, Basis-TP, Erholungs- und Waffenwürfel anhand der Klassenname(n).",
"automateBaseStatsFromClassName": "Basiswerte automatisch berechnen",
Expand Down
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"bugs": "https://github.com/mhilbrunner/toolkit13-de/issues",
"readme": "https://github.com/mhilbrunner/toolkit13-de/README.md",
"manifest": "https://github.com/mhilbrunner/toolkit13-de/releases/latest/download/module.json",
"download": "https://github.com/mhilbrunner/toolkit13-de/releases/download/1.6/module.zip",
"version": "1.6",
"download": "https://github.com/mhilbrunner/toolkit13-de/releases/download/1.7/module.zip",
"version": "1.7",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand Down Expand Up @@ -63,4 +63,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion toolkit13-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hooks.once('ready', () => {
}
});

if (game.i18n.lang !== 'de') {
if (game.i18n.lang !== 'de' || !CONFIG.ARCHMAGE) {
return;
}

Expand Down

0 comments on commit fa4d833

Please sign in to comment.