fix: 2 mystery encounter translation loading

This commit is contained in:
flx-sta 2024-09-19 15:20:33 -07:00
parent 335b70676d
commit 906c993ee8
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ import { ModifierRewardPhase } from "#app/phases/modifier-reward-phase";
import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode"; import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode";
/** the i18n namespace for this encounter */ /** the i18n namespace for this encounter */
const namespace = "mysteryEncounters/offerYouCantRefuse"; const namespace = "mysteryEncounters/anOfferYouCantRefuse";
/** /**
* An Offer You Can't Refuse encounter. * An Offer You Can't Refuse encounter.

View File

@ -18,7 +18,7 @@ import { CLASSIC_MODE_MYSTERY_ENCOUNTER_WAVES } from "#app/game-mode";
import { Abilities } from "#enums/abilities"; import { Abilities } from "#enums/abilities";
/** the i18n namespace for this encounter */ /** the i18n namespace for this encounter */
const namespace = "mysteryEncounters/pokemonSalesman"; const namespace = "mysteryEncounters/thePokemonSalesman";
const MAX_POKEMON_PRICE_MULTIPLIER = 4; const MAX_POKEMON_PRICE_MULTIPLIER = 4;

View File

@ -221,8 +221,8 @@ export async function initI18n(): Promise<void> {
"mysteryEncounters/lostAtSea", "mysteryEncounters/lostAtSea",
"mysteryEncounters/fieryFallout", "mysteryEncounters/fieryFallout",
"mysteryEncounters/theStrongStuff", "mysteryEncounters/theStrongStuff",
"mysteryEncounters/pokemonSalesman", "mysteryEncounters/thePokemonSalesman",
"mysteryEncounters/offerYouCantRefuse", "mysteryEncounters/anOfferYouCantRefuse",
"mysteryEncounters/delibirdy", "mysteryEncounters/delibirdy",
"mysteryEncounters/absoluteAvarice", "mysteryEncounters/absoluteAvarice",
"mysteryEncounters/aTrainersTest", "mysteryEncounters/aTrainersTest",