Skip to content

Commit

Permalink
fix: higher lower source
Browse files Browse the repository at this point in the history
Fixes #193

Co-Authored-By: Sean Sattler <sean@sattler.dev>
  • Loading branch information
Dominik K and Sean Sattler committed Oct 12, 2023
1 parent 31a338f commit c502379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/languages/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"VotingResults": "Abstimmungsergebnis"
},
"HigherLower": {
"description": "Denkst du, dass **{keyword}** mehr oder weniger Suchanfragen hat als **{history}**?\n\n Bild quelle: **[Bild 1]({source})** | **[Bild 2]({source2})**",
"description": "Denkst du, dass **[{keyword}]({source})** mehr oder weniger Suchanfragen hat als **[{history}]({source2})**?",
"initial": {
"title": "Initialisierung",
"description": "Bitte warte einen Moment. Ich erstelle ein Spiel..."
Expand Down
2 changes: 1 addition & 1 deletion src/languages/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"VotingResultsError": "Unable to fetch results."
},
"HigherLower": {
"description": "Do you think that **{keyword}** has higher or lower searches than **{history}**?\n\n Image source: **[Image 1]({source})** | **[Image 2]({source2})**",
"description": "Do you think that **[{keyword}]({source})** has higher or lower searches than **[{history}]({source2})**?",
"initial": {
"title": "Initializing",
"description": "Please wait a moment. I'm creating a game..."
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"VotingResults": "Resultados de la votación"
},
"HigherLower": {
"description": "¿Crees que **{keyword}** tiene mayor o menor cantidad de búsquedas que **{history}**?\n\n Fuente de la imagen:: **[Imagen 1]({source})** | **[Imagen 2]({source2})**",
"description": "¿Crees que **[{keyword}]({source})** tiene mayor o menor cantidad de búsquedas que **[{history}]({source2})**?",
"initial": {
"title": "Iniciando",
"description": "Por favor espere un momento. Estoy creando una partida..."
Expand Down
2 changes: 1 addition & 1 deletion src/languages/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
"VotingResults": "Résultats du vote"
},
"HigherLower": {
"description": "Pensez-vous que **{keyword}** possède plus ou moins de recherches internet que **{history}** ?\n\n Source de l'image: **[Image 1]({source})** | **[Image 2]({source2})**",
"description": "Pensez-vous que **[{keyword}]({source})** possède plus ou moins de recherches internet que **[{history}]({source2})** ?",
"initial": {
"title": "Initialisation ",
"description": "Veuillez patienter un instant, je crée une partie..."
Expand Down

0 comments on commit c502379

Please sign in to comment.