mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
fix matching for i18n messages files
This commit is contained in:
parent
f5fa478eb8
commit
11cdd1d4f3
@ -81,6 +81,8 @@ const namespaceMap = {
|
|||||||
miscDialogue: "dialogue-misc",
|
miscDialogue: "dialogue-misc",
|
||||||
battleSpecDialogue: "dialogue-final-boss",
|
battleSpecDialogue: "dialogue-final-boss",
|
||||||
doubleBattleDialogue: "dialogue-double-battle",
|
doubleBattleDialogue: "dialogue-double-battle",
|
||||||
|
splashMessages: "splash-texts",
|
||||||
|
mysteryEncounterMessages: "mystery-encounter-messages",
|
||||||
};
|
};
|
||||||
|
|
||||||
//#region Functions
|
//#region Functions
|
||||||
|
Loading…
Reference in New Issue
Block a user