mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-05 20:41:29 -07:00
Finish hint translations for fish by waterfall (#5466)
Some checks are pending
Some checks are pending
* Finish hint translations for fish by waterfall * Revise
This commit is contained in:
parent
c7e3e08f8d
commit
ab9af742fa
1 changed files with 3 additions and 3 deletions
|
@ -313,11 +313,11 @@ void StaticData::HintTable_Init_Exclude_Overworld() {
|
||||||
/*german*/ "Man erzählt sich, daß ein #Tauchexperiment# mit #[[1]]# belohnt würde.",
|
/*german*/ "Man erzählt sich, daß ein #Tauchexperiment# mit #[[1]]# belohnt würde.",
|
||||||
/*french*/ "Selon moi, l'#expérience de plongée# donne #[[1]]#.", {QM_RED, QM_GREEN}));
|
/*french*/ "Selon moi, l'#expérience de plongée# donne #[[1]]#.", {QM_RED, QM_GREEN}));
|
||||||
// /*spanish*/ Según dicen, #bucear para un experimento# se premia con #[[1]]#.
|
// /*spanish*/ Según dicen, #bucear para un experimento# se premia con #[[1]]#.
|
||||||
// RANDOTODO: needs translation
|
|
||||||
hintTextTable[RHT_ZD_FISH] = HintText(CustomMessage("They say that a #fish by a waterfall# hoards #[[1]]#.",
|
hintTextTable[RHT_ZD_FISH] = HintText(CustomMessage("They say that a #fish by a waterfall# hoards #[[1]]#.",
|
||||||
/*german*/ "Man erzählt sich, daß ein #Fisch nahe eines Wasserfalls# #[[1]]# horte.",
|
/*german*/ "Man erzählt sich, daß ein #Fisch nahe eines Wasserfalls# #[[1]]# horte.",
|
||||||
/*french*/ "Selon moi, #[[1]]#.", {QM_RED, QM_GREEN}));
|
/*french*/ "Selon moi, un #poisson près d'une cascade# a #[[1]]#.", {QM_RED, QM_GREEN}));
|
||||||
// /*spanish*/ Según dicen, #[[1]]#.
|
// /*spanish*/ Según dicen, un #pez junto a una cascada# otorga #[[1]]#.
|
||||||
|
|
||||||
|
|
||||||
hintTextTable[RHT_GC_ROLLING_GORON_AS_ADULT] = HintText(CustomMessage("They say that #reassuring a young Goron# is rewarded with #[[1]]#.",
|
hintTextTable[RHT_GC_ROLLING_GORON_AS_ADULT] = HintText(CustomMessage("They say that #reassuring a young Goron# is rewarded with #[[1]]#.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue