From d4856c34f1569863b012613185a691beaf88fc2b Mon Sep 17 00:00:00 2001 From: Madmadness65 Date: Thu, 27 Jun 2024 23:56:41 -0500 Subject: [PATCH] Fix minor BGM title typos "Marowak Dojo" was missing the "k" in their names. --- src/locales/en/bgm-name.ts | 2 +- src/locales/it/bgm-name.ts | 2 +- src/locales/pt_BR/bgm-name.ts | 2 +- src/locales/zh_TW/bgm-name.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/en/bgm-name.ts b/src/locales/en/bgm-name.ts index b26909b3371..77ebb69df32 100644 --- a/src/locales/en/bgm-name.ts +++ b/src/locales/en/bgm-name.ts @@ -92,7 +92,7 @@ export const bgmName: SimpleTranslationEntries = { "cave": "PMD EoS Sky Peak Cave", "construction_site": "PMD EoS Boulder Quarry", "desert": "PMD EoS Northern Desert", - "dojo": "PMD EoS Marowa Dojo", + "dojo": "PMD EoS Marowak Dojo", "end": "PMD RTDX Sky Tower", "factory": "PMD EoS Concealed Ruins", "fairy_cave": "PMD EoS Star Cave", diff --git a/src/locales/it/bgm-name.ts b/src/locales/it/bgm-name.ts index b26909b3371..77ebb69df32 100644 --- a/src/locales/it/bgm-name.ts +++ b/src/locales/it/bgm-name.ts @@ -92,7 +92,7 @@ export const bgmName: SimpleTranslationEntries = { "cave": "PMD EoS Sky Peak Cave", "construction_site": "PMD EoS Boulder Quarry", "desert": "PMD EoS Northern Desert", - "dojo": "PMD EoS Marowa Dojo", + "dojo": "PMD EoS Marowak Dojo", "end": "PMD RTDX Sky Tower", "factory": "PMD EoS Concealed Ruins", "fairy_cave": "PMD EoS Star Cave", diff --git a/src/locales/pt_BR/bgm-name.ts b/src/locales/pt_BR/bgm-name.ts index b26909b3371..77ebb69df32 100644 --- a/src/locales/pt_BR/bgm-name.ts +++ b/src/locales/pt_BR/bgm-name.ts @@ -92,7 +92,7 @@ export const bgmName: SimpleTranslationEntries = { "cave": "PMD EoS Sky Peak Cave", "construction_site": "PMD EoS Boulder Quarry", "desert": "PMD EoS Northern Desert", - "dojo": "PMD EoS Marowa Dojo", + "dojo": "PMD EoS Marowak Dojo", "end": "PMD RTDX Sky Tower", "factory": "PMD EoS Concealed Ruins", "fairy_cave": "PMD EoS Star Cave", diff --git a/src/locales/zh_TW/bgm-name.ts b/src/locales/zh_TW/bgm-name.ts index b26909b3371..77ebb69df32 100644 --- a/src/locales/zh_TW/bgm-name.ts +++ b/src/locales/zh_TW/bgm-name.ts @@ -92,7 +92,7 @@ export const bgmName: SimpleTranslationEntries = { "cave": "PMD EoS Sky Peak Cave", "construction_site": "PMD EoS Boulder Quarry", "desert": "PMD EoS Northern Desert", - "dojo": "PMD EoS Marowa Dojo", + "dojo": "PMD EoS Marowak Dojo", "end": "PMD RTDX Sky Tower", "factory": "PMD EoS Concealed Ruins", "fairy_cave": "PMD EoS Star Cave",