diff options
| author | Extloga <141232749+Extloga@users.noreply.github.com> | 2025-09-20 02:31:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 17:31:20 -0700 |
| commit | a576bffe3aa80fc65ff86e2158e992451de78a00 (patch) | |
| tree | 0d4ead7a1bf76da1345ef658540ac2ebec89e0da | |
| parent | eeb5a809ae4cc85ed1c27aea11bc68ad72949895 (diff) | |
Additions for the German translation in hint_list.cpp (#5803)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/3drando/hint_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp index 0c9e2cf70..598940082 100644 --- a/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/hint_list.cpp @@ -2258,7 +2258,7 @@ void StaticData::HintTable_Init() { {QM_GREEN, QM_RED}, {}, TEXTBOX_TYPE_BLUE)); hintTextTable[RHT_MIDO_HINT] = HintText(CustomMessage("You'll never find the #Kokiri Sword# I hid in #[[1]]#!", - /*german*/ TODO_TRANSLATE, + /*german*/ "Du wirst nie das #Kokiri-Schwert# finden, das ich in #[[1]]# versteckt habe!", /*french*/ "Pfeuuh! Tu n'trouveras jamais l'#Epée Kokiri# que j'ai cachée dans #[[1]]#!", {QM_GREEN, QM_RED})); |
