Update game-stats-ui-handler.ts

This commit is contained in:
Lugiad 2024-05-18 18:04:52 +02:00 committed by GitHub
parent f1361a5ff2
commit b69a874466
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?",
"pokemonFused": "Pokémon Fused?",
"trainersDefeated": "Trainers Defeated",
"eggsPulled": "Eggs Pulled",
"rareEggsPulled": "Rare Eggs Pulled",
"epicEggsPulled": "Epic Eggs Pulled",
"legendaryEggsPulled": "Legendary Eggs Pulled",
"manaphyEggsPulled": "Manaphy Eggs Pulled",
} as const;
"eggsPulled": "Eggs Pulled?",
"rareEggsPulled": "Rare Eggs Pulled?",
"epicEggsPulled": "Epic Eggs Pulled?",
"legendaryEggsPulled": "Legendary Eggs Pulled?",
"manaphyEggsPulled": "Manaphy Eggs Pulled?",
} as const;