mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Change a key name
This commit is contained in:
parent
4f4b4a5c94
commit
117be1b5dd
@ -243,7 +243,7 @@ export class SpeciesFormEvolution {
|
|||||||
const strings: string[] = [];
|
const strings: string[] = [];
|
||||||
let len = 0;
|
let len = 0;
|
||||||
if (this.level > 1) {
|
if (this.level > 1) {
|
||||||
strings.push(i18next.t("pokemonEvolutions:level", {lv: this.level}));
|
strings.push(i18next.t("pokemonEvolutions:atLevel", {lv: this.level}));
|
||||||
}
|
}
|
||||||
if (this.item) {
|
if (this.item) {
|
||||||
const itemDescription = i18next.t(`modifierType:EvolutionItem.${EvolutionItem[this.item].toUpperCase()}`);
|
const itemDescription = i18next.t(`modifierType:EvolutionItem.${EvolutionItem[this.item].toUpperCase()}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user