mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
[Bug] i18n messages files fix (#4611)
* fix matching for i18n messages files * update public/locales head
This commit is contained in:
parent
57a967890a
commit
39cebb76d0
@ -1 +1 @@
|
|||||||
Subproject commit b44ee2173788018ffd5dc6b7b7fa159be5b9d514
|
Subproject commit fc4a1effd5170def3c8314208a52cd0d8e6913ef
|
@ -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