[Bug] i18n messages files fix (#4611)

* fix matching for i18n messages files

* update public/locales head
This commit is contained in:
flx-sta 2024-10-08 10:30:48 -07:00 committed by GitHub
parent 57a967890a
commit 39cebb76d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit b44ee2173788018ffd5dc6b7b7fa159be5b9d514
Subproject commit fc4a1effd5170def3c8314208a52cd0d8e6913ef

View File

@ -81,6 +81,8 @@ const namespaceMap = {
miscDialogue: "dialogue-misc",
battleSpecDialogue: "dialogue-final-boss",
doubleBattleDialogue: "dialogue-double-battle",
splashMessages: "splash-texts",
mysteryEncounterMessages: "mystery-encounter-messages",
};
//#region Functions