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
50d279019e
commit
3258f969cc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user