mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-27 17:05:22 -04:00
[i18n] Map "biome" namespace to the filename change to "biomes" (#6001)
* [i18n] Map "biome" to the filename "biomes" * Update locales submodule to bring in file rename
This commit is contained in:
parent
1d669719a0
commit
30b2f95a30
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit e9ccbadb6eaa3b797f3dec919745befda2ec74bd
|
||||
Subproject commit fade123e20ff951e199d7c0466686fe8c5511643
|
|
@ -101,6 +101,7 @@ const namespaceMap = {
|
|||
doubleBattleDialogue: "dialogue-double-battle",
|
||||
splashMessages: "splash-texts",
|
||||
mysteryEncounterMessages: "mystery-encounter-texts",
|
||||
biome: "biomes",
|
||||
};
|
||||
|
||||
//#region Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue