mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 22:09:27 +02:00
change run-history
This commit is contained in:
parent
74136a9c2b
commit
ca6eae1345
@ -805,7 +805,7 @@ export class RunInfoUiHandler extends UiHandler {
|
|||||||
const spdef = i18next.t("pokemonInfo:stat.spdefShortened") + ": " + pStats[4];
|
const spdef = i18next.t("pokemonInfo:stat.spdefShortened") + ": " + pStats[4];
|
||||||
const speedLabel =
|
const speedLabel =
|
||||||
currentLanguage === "es-ES" || currentLanguage === "pt_BR"
|
currentLanguage === "es-ES" || currentLanguage === "pt_BR"
|
||||||
? i18next.t("runHistory:SPDshortened")
|
? i18next.t("runHistory:spdShortened")
|
||||||
: i18next.t("pokemonInfo:stat.spdShortened");
|
: i18next.t("pokemonInfo:stat.spdShortened");
|
||||||
const speed = speedLabel + ": " + pStats[5];
|
const speed = speedLabel + ": " + pStats[5];
|
||||||
// Column 1: HP Atk Def
|
// Column 1: HP Atk Def
|
||||||
|
Loading…
Reference in New Issue
Block a user