Skip to content

Commit

Permalink
Add translations for aquariumText
Browse files Browse the repository at this point in the history
  • Loading branch information
HylianFreddy committed May 14, 2024
1 parent 76f06c1 commit f0854e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/custom_messages.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1084,11 +1084,12 @@ void CreateAlwaysIncludedMessages() {
}

if (Settings::FishingHints) {
Text aquariumText = Text{ /*english*/ "You can have this if you catch a fish to put in the aquarium.",
/*french */ "",
/*spanish*/ "",
/*italian*/ "Puoi avere questo se catturi un pesce da mettere nell'acquario.",
/*german */ "" };
Text aquariumText =
Text{ /*english*/ "You can have this if you catch a fish to put in the aquarium.",
/*french */ "Tu peux avoir ce qu'il y a dans cet aquarium si tu pêches un poisson pour le remplacer.",
/*spanish*/ "Puedes tener esto si pescas un pez para ponerlo en el acuario.",
/*italian*/ "Puoi avere questo se catturi un pesce da mettere nell'acquario.",
/*german */ "Das kannst du haben, wenn du einen Fisch für das Aquarium fängst." };
CreateMessageFromTextObject(0x40AE, 0, 2, 3, AddColorsAndFormat(aquariumText, {}));
}
}
Expand Down

0 comments on commit f0854e0

Please sign in to comment.