Skip to content

Commit

Permalink
Add link to bgg post
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 8, 2025
1 parent f954a73 commit 816e096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"home": {
"title": "Thiefdom Solo Helper",
"play1": "Spiele <a href='https://boardgamegeek.com/boardgame/361875/thiefdom' target='_blank' rel='noopener'><b>Thiefdom</b></a> mit deiner Gilde alleine gegen die Wachen.",
"play2": "Diese Applikation implementiert den offiziellen Solo-Modus von Thiefdom. Sie ersetzt die Patrouillentableaus und das Kompasstableau und leitet dich durch das Spiel.",
"play2": "Diese Applikation implementiert den offiziellen Solo-Modus von Thiefdom. Sie ersetzt die Patrouillentableaus und das Kompasstableau und leitet dich durch das Spiel. Der Zufallsgenerator für die Stadtteile schafft für jedes Spiel eine neue Herausforderung und hilft die gegnerischen Diebe zu navigieren.",
"feedback": "Discussion and Feedback:"
},
"setup": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"home": {
"title": "Thiefdom Solo Helper",
"play1": "Play <a href='https://boardgamegeek.com/boardgame/361875/thiefdom' target='_blank' rel='noopener'><b>Thiefdom</b></a> with your guild alone against the guards.",
"play2": "This application implements the official solo mode of Thiefdom. It replaces the solo patrol board and the compass and guides you through the game.",
"play2": "This application implements the official solo mode of Thiefdom. It replaces the solo patrol board and the compass and guides you through the game. The city board randomizer helps setting up a different challenge each time and navigating the rival thieves.",
"feedback": "Discussion and Feedback:"
},
"setup": {
Expand Down
4 changes: 1 addition & 3 deletions src/views/AppHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@
<p v-html="t('home.play1')"></p>
<p v-html="t('home.play2')"></p>

<!--
<p class="text-muted fst-italic">
{{t('home.feedback')}}
<a href="https://boardgamegeek.com/thread/XXX" target="_blank" rel="noopener">Board Game Geek Thread</a> |
<a href="https://boardgamegeek.com/thread/3437077/brdgmme-thiefdom-solo-helper-web-application" target="_blank" rel="noopener">Board Game Geek Thread</a> |
<a href="https://github.com/brdgm/thiefdom-solo-helper" target="_blank" rel="noopener">GitHub</a>
</p>
-->

<router-link to="/setupGame" class="btn btn-primary btn-lg mt-3">{{t('action.playGame')}}</router-link>

Expand Down

0 comments on commit 816e096

Please sign in to comment.