Skip to content

Commit

Permalink
started to add a new success
Browse files Browse the repository at this point in the history
  • Loading branch information
Didiloy committed Jan 8, 2025
1 parent 37c1179 commit 129f0b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/renderer/src/composables/successes.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export function useSuccesses(i18n) {
const thousand_hours = ref({ unlocked: false, image: "", description: "" });
const stinky = ref({ unlocked: false, image: "", description: "" });
const why_playing = ref({ unlocked: false, image: "", description: "" });
const team_player = ref({ unlocked: false, image: "", description: "" });

function calculateSuccesses(
teamName,
Expand Down
6 changes: 4 additions & 2 deletions src/renderer/src/i18n/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@
"important_person": "Vous avez 30% ou plus de la totalité du temps de jeu de toutes les équipes",
"thousand_hours": "Vous avez joué plus de 1000 heures",
"stinky": "Il faut penser a se doucher... Plus de 50 sessions de plus de 10 heures",
"why_playing": "Pourquoi encore jouer à ce jeu ? Vous avez plus de 50 sessions nulles sur un même jeu"
"why_playing": "Pourquoi encore jouer à ce jeu ? Vous avez plus de 50 sessions nulles sur un même jeu",
"team_player": "Plus de 50% de vos sessions ont été faites en groupe"
}
}
},
Expand Down Expand Up @@ -709,7 +710,8 @@
"important_person": "You have 30% or more of the total playtime of all teams",
"thousand_hours": "You have played for more than 1000h hours!",
"stinky": "You should think about a shower... More than 50 sessions lasting more than 10 hours",
"why_playing": "Why are you still playing this game ? You have more than 50 bad sessions on it"
"why_playing": "Why are you still playing this game ? You have more than 50 bad sessions on it",
"team_player": "More than 50% of your sessions have been in a team"
}
}
}
Expand Down

0 comments on commit 129f0b5

Please sign in to comment.