Update game-stats-ui-handler.ts

This commit is contained in:
Lugiad 2024-05-18 18:03:28 +02:00 committed by GitHub
parent c78834b74e
commit 73c01e2aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,9 +35,9 @@ export const gameStatsUiHandler: SimpleTranslationEntries = {
"shiniesHatched": "Shinies Hatched?", "shiniesHatched": "Shinies Hatched?",
"pokemonFused": "Pokémon Fused?", "pokemonFused": "Pokémon Fused?",
"trainersDefeated": "Trainers Defeated", "trainersDefeated": "Trainers Defeated",
"eggsPulled": "Eggs Pulled", "eggsPulled": "Eggs Pulled?",
"rareEggsPulled": "Rare Eggs Pulled", "rareEggsPulled": "Rare Eggs Pulled?",
"epicEggsPulled": "Epic Eggs Pulled", "epicEggsPulled": "Epic Eggs Pulled?",
"legendaryEggsPulled": "Legendary Eggs Pulled", "legendaryEggsPulled": "Legendary Eggs Pulled?",
"manaphyEggsPulled": "Manaphy Eggs Pulled", "manaphyEggsPulled": "Manaphy Eggs Pulled?",
} as const; } as const;