Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 11, 2024
1 parent 308dd7b commit e7173e6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/setup/AutomaSetup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</template>

<script lang="ts">
import { defineComponent, ref } from 'vue'
import { defineComponent } from 'vue'
import { useI18n } from 'vue-i18n'
import rollDiceMultiDifferentValue from '@brdgm/brdgm-commons/src/util/random/rollDiceMultiDifferentValue'
import randomEnum from '@brdgm/brdgm-commons/src/util/random/randomEnum'
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"title": "Spielbereich vorbereiten",
"intro": "Baue das Spiel wie gewohnt, aber mit diesen Änderungen auf:",
"gameBoard": "Bereite das Spielfeld für {playerCount} Spieler vor. Lege die Raumteile so aus, dass die einzelnen Sechsecke horizontale Linien bilden.",
"federationTokens": "Allianzmarken: Nimm 2 von jeder Allianzmarke und lege die überzähligen Marken wieder in die Schachtel zurück. Wie im Basisspiel, lege eine zufällige Allianzmarke auf das Forschungstableau.",
"federationTokens": "Allianzmarken: Nimm 2 von jeder Allianzmarke und lege die überzähligen Marken wieder in die Schachtel zurück. Lege eine zufällige Allianzmarke auf das Forschungstableau.",
"roundScoringTiles": "Rundenwertungsplättchen:",
"finalScoringTiles": "Schlusswertungsplättchen:"
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"title": "Setup Game Board",
"intro": "Set up the game as normal with the following changes:",
"gameBoard": "Setup the game board for {playerCount} players. Rotate the whole board so that the spaces of the board form horizontal rows.",
"federationTokens": "Federation Tokens: Return one of each federation token to the box. Randomly place the token on the research board and place the remaining tokens as normal.",
"federationTokens": "Federation Tokens: Return one of each federation token to the box. Randomly place one token on the research board and place the remaining tokens as normal.",
"roundScoringTiles": "Round scoring tiles:",
"finalScoringTiles": "Final scoring tiles:"
},
Expand Down
2 changes: 0 additions & 2 deletions src/views/SetupGameAutoma.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import { useI18n } from 'vue-i18n'
import FooterButtons from '@/components/structure/FooterButtons.vue'
import AutomaSetup from '@/components/setup/AutomaSetup.vue'
import { useStateStore } from '@/store/state'
import ScoringRoundTile from '@/services/enum/ScoringRoundTile'
import ScoringFinalTile from '@/services/enum/ScoringFinalTile'
export default defineComponent({
name: 'SetupGameAutoma',
Expand Down

0 comments on commit e7173e6

Please sign in to comment.