mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Update game-stats-ui-handler.ts
This commit is contained in:
parent
337433da71
commit
a4a61ed99c
@ -58,8 +58,8 @@ const displayStats: DisplayStats = {
|
|||||||
sessionsWon: i18next.t("gameStatsUiHandler:classicWins"),
|
sessionsWon: i18next.t("gameStatsUiHandler:classicWins"),
|
||||||
dailyRunSessionsPlayed: i18next.t("gameStatsUiHandler:dailyRunAttempts"),
|
dailyRunSessionsPlayed: i18next.t("gameStatsUiHandler:dailyRunAttempts"),
|
||||||
dailyRunSessionsWon: i18next.t("gameStatsUiHandler:dailyRunWins"),
|
dailyRunSessionsWon: i18next.t("gameStatsUiHandler:dailyRunWins"),
|
||||||
endlessSessionsPlayed: i18next.t("gameStatsUiHandler:endlessRuns"),
|
endlessSessionsPlayed: `$i18next.t("gameStatsUiHandler:endlessRuns")}?`,
|
||||||
highestEndlessWave: i18next.t("gameStatsUiHandler:highestWaveEndless"),
|
highestEndlessWave: `${i18next.t("gameStatsUiHandler:highestWaveEndless")}?`,
|
||||||
highestMoney: i18next.t("gameStatsUiHandler:highestMoney"),
|
highestMoney: i18next.t("gameStatsUiHandler:highestMoney"),
|
||||||
highestDamage: i18next.t("gameStatsUiHandler:highestDamage"),
|
highestDamage: i18next.t("gameStatsUiHandler:highestDamage"),
|
||||||
highestHeal: i18next.t("gameStatsUiHandler:highestHPHealed"),
|
highestHeal: i18next.t("gameStatsUiHandler:highestHPHealed"),
|
||||||
@ -67,25 +67,25 @@ const displayStats: DisplayStats = {
|
|||||||
pokemonDefeated: i18next.t("gameStatsUiHandler:pokemonDefeated"),
|
pokemonDefeated: i18next.t("gameStatsUiHandler:pokemonDefeated"),
|
||||||
pokemonCaught: i18next.t("gameStatsUiHandler:pokemonCaught"),
|
pokemonCaught: i18next.t("gameStatsUiHandler:pokemonCaught"),
|
||||||
pokemonHatched: i18next.t("gameStatsUiHandler:eggsHatched"),
|
pokemonHatched: i18next.t("gameStatsUiHandler:eggsHatched"),
|
||||||
subLegendaryPokemonSeen: i18next.t("gameStatsUiHandler:subLegendsSeen"),
|
subLegendaryPokemonSeen: `${i18next.t("gameStatsUiHandler:subLegendsSeen")}?`,
|
||||||
subLegendaryPokemonCaught: i18next.t("gameStatsUiHandler:subLegendsCaught"),
|
subLegendaryPokemonCaught: `${i18next.t("gameStatsUiHandler:subLegendsCaught")}?`,
|
||||||
subLegendaryPokemonHatched: i18next.t("gameStatsUiHandler:subLegendsHatched"),
|
subLegendaryPokemonHatched: `${i18next.t("gameStatsUiHandler:subLegendsHatched")}?`,
|
||||||
legendaryPokemonSeen: i18next.t("gameStatsUiHandler:legendsSeen"),
|
legendaryPokemonSeen: `${i18next.t("gameStatsUiHandler:legendsSeen")}?`,
|
||||||
legendaryPokemonCaught: i18next.t("gameStatsUiHandler:legendsCaught"),
|
legendaryPokemonCaught: `${i18next.t("gameStatsUiHandler:legendsCaught")}?`,
|
||||||
legendaryPokemonHatched: i18next.t("gameStatsUiHandler:legendsHatched"),
|
legendaryPokemonHatched: `${i18next.t("gameStatsUiHandler:legendsHatched")}?`,
|
||||||
mythicalPokemonSeen: i18next.t("gameStatsUiHandler:mythicalsSeen"),
|
mythicalPokemonSeen: `${i18next.t("gameStatsUiHandler:mythicalsSeen")}?`,
|
||||||
mythicalPokemonCaught: i18next.t("gameStatsUiHandler:mythicalsCaught"),
|
mythicalPokemonCaught: `${i18next.t("gameStatsUiHandler:mythicalsCaught")}?`,
|
||||||
mythicalPokemonHatched: i18next.t("gameStatsUiHandler:mythicalsHatched"),
|
mythicalPokemonHatched: `${i18next.t("gameStatsUiHandler:mythicalsHatched")}?`,
|
||||||
shinyPokemonSeen: i18next.t("gameStatsUiHandler:shiniesSeen"),
|
shinyPokemonSeen: `${i18next.t("gameStatsUiHandler:shiniesSeen")}?`,
|
||||||
shinyPokemonCaught: i18next.t("gameStatsUiHandler:shiniesCaught"),
|
shinyPokemonCaught: `${i18next.t("gameStatsUiHandler:shiniesCaught")}?`,
|
||||||
shinyPokemonHatched: i18next.t("gameStatsUiHandler:shiniesHatched"),
|
shinyPokemonHatched: `${i18next.t("gameStatsUiHandler:shiniesHatched")}?`,
|
||||||
pokemonFused: i18next.t("gameStatsUiHandler:pokemonFused"),
|
pokemonFused: `${i18next.t("gameStatsUiHandler:pokemonFused")}?`,
|
||||||
trainersDefeated: i18next.t("gameStatsUiHandler:trainersDefeated"),
|
trainersDefeated: i18next.t("gameStatsUiHandler:trainersDefeated"),
|
||||||
eggsPulled: i18next.t("gameStatsUiHandler:eggsPulled"),
|
eggsPulled: `${i18next.t("gameStatsUiHandler:eggsPulled")}?`,
|
||||||
rareEggsPulled: i18next.t("gameStatsUiHandler:rareEggsPulled"),
|
rareEggsPulled: `${i18next.t("gameStatsUiHandler:rareEggsPulled")}?`,
|
||||||
epicEggsPulled: i18next.t("gameStatsUiHandler:epicEggsPulled"),
|
epicEggsPulled: `${i18next.t("gameStatsUiHandler:epicEggsPulled")}?`,
|
||||||
legendaryEggsPulled: i18next.t("gameStatsUiHandler:legendaryEggsPulled"),
|
legendaryEggsPulled: `${i18next.t("gameStatsUiHandler:legendaryEggsPulled")}?`,
|
||||||
manaphyEggsPulled: i18next.t("gameStatsUiHandler:manaphyEggsPulled")
|
manaphyEggsPulled: `${i18next.t("gameStatsUiHandler:manaphyEggsPulled")}?`
|
||||||
};
|
};
|
||||||
|
|
||||||
export default class GameStatsUiHandler extends UiHandler {
|
export default class GameStatsUiHandler extends UiHandler {
|
||||||
|
Loading…
Reference in New Issue
Block a user