Update game-stats-ui-handler.ts

This commit is contained in:
Lugiad 2024-05-18 18:23:28 +02:00 committed by GitHub
parent 50d279019e
commit 3258f969cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const gameStatsUiHandler: SimpleTranslationEntries = { export const gameStatsUiHandler: SimpleTranslationEntries = {
"stats": "Stats", "stats": "Stats",
"playTime": "Play Time",
"totalBattles": "Total Battles", "totalBattles": "Total Battles",
"starters": "Starters", "starters": "Starters",
"shinyStarters": "Shiny Starters", "shinyStarters": "Shiny Starters",
@ -40,4 +41,4 @@ export const gameStatsUiHandler: SimpleTranslationEntries = {
"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;