Skip to content

Commit

Permalink
Fix minor BGM title typos
Browse files Browse the repository at this point in the history
"Marowak Dojo" was missing the "k" in their names.
  • Loading branch information
Madmadness65 committed Jun 28, 2024
1 parent 784035b commit d4856c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/bgm-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/it/bgm-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pt_BR/bgm-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh_TW/bgm-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4856c3

Please sign in to comment.