mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
change misc dialogue locales use
This commit is contained in:
parent
9d7b9f742e
commit
111f661170
@ -62,8 +62,8 @@ export class GameOverPhase extends BattlePhase {
|
||||
const genderIndex = globalScene.gameData.gender ?? PlayerGender.UNSET;
|
||||
const genderStr = PlayerGender[genderIndex].toLowerCase();
|
||||
globalScene.ui.showDialogue(
|
||||
i18next.t("miscDialogue:ending_endless", { context: genderStr }),
|
||||
i18next.t("miscDialogue:ending_name"),
|
||||
i18next.t("miscDialogue:endingEndless", { context: genderStr }),
|
||||
i18next.t("miscDialogue:endingName"),
|
||||
0,
|
||||
() => this.handleGameOver(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user