mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 05:42:18 +02:00
Added Gen names localizations in Starter Selection UI
This commit is contained in:
parent
4c374ef376
commit
99c7ae18d4
@ -8,14 +8,14 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"confirmStartTeam":'Begin with these Pokémon?',
|
"confirmStartTeam":'Begin with these Pokémon?',
|
||||||
"gen1": "I",
|
"gen1": "I",
|
||||||
"gen2": "II",
|
"gen2": "II",
|
||||||
"gen3": "III",
|
"gen3": "III",
|
||||||
"gen4": "IV",
|
"gen4": "IV",
|
||||||
"gen5": "V",
|
"gen5": "V",
|
||||||
"gen6": "VI",
|
"gen6": "VI",
|
||||||
"gen7": "VII",
|
"gen7": "VII",
|
||||||
"gen8": "VII",
|
"gen8": "VII",
|
||||||
"gen9": "IX",
|
"gen9": "IX",
|
||||||
"growthRate": "Growth Rate:",
|
"growthRate": "Growth Rate:",
|
||||||
"ability": "Ability:",
|
"ability": "Ability:",
|
||||||
"passive": "Passive:",
|
"passive": "Passive:",
|
||||||
|
Loading…
Reference in New Issue
Block a user