Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 4, 2024
2 parents d89aa4b + ee032c7 commit fb269dc
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brdgm/civolution-solo-helper",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "Civolution Solo Helper",
"appDeployName": "civolution",
Expand Down
10 changes: 5 additions & 5 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
}
},
"difficultyLevel": {
"1": "Einstieg",
"2": "Moderat",
"3": "Mittel",
"4": "Fortgeschritten",
"5": "Schwer"
"1": "Level 1 - Einstieg",
"2": "Level 2 - Moderat",
"3": "Level 3 - Mittel",
"4": "Level 4 - Fortgeschritten",
"5": "Level 5 - Schwer"
},
"player": {
"player": "Spieler",
Expand Down
10 changes: 5 additions & 5 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@
}
},
"difficultyLevel": {
"1": "Beginner",
"2": "Moderate",
"3": "Medium",
"4": "Advanced",
"5": "Expert"
"1": "Level 1 - Beginner",
"2": "Level 2 - Moderate",
"3": "Level 3 - Medium",
"4": "Level 4 - Advanced",
"5": "Level 5- Expert"
},
"player": {
"player": "Player",
Expand Down
4 changes: 4 additions & 0 deletions src/views/GameEnd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

<p v-html="t('gameEnd.winCondition')"></p>

<p class="fst-italic">
{{t('setup.difficultyLevel.title')}}: {{t(`difficultyLevel.${state.setup.difficultyLevel}`)}}
</p>

<FooterButtons :backButtonRouteTo="backButtonRouteTo" endGameButtonType="endGame"/>
</template>

Expand Down

0 comments on commit fb269dc

Please sign in to comment.