Fixed some untranslatable messages, updated text files

This commit is contained in:
Maruno17
2024-06-25 20:40:59 +01:00
parent 195c34a7c8
commit 03b0fa100a
21 changed files with 1768 additions and 144 deletions

View File

@@ -458,7 +458,7 @@ def pbPickBerry(berry, qty = 1)
pbMessage("\\me[Berry get]" + _INTL("You picked the \\c[1]{1}\\c[0].", berry_name) + "\\wtnp[30]")
end
pocket = berry.pocket
pbMessage(_INTL("You put the {1} in\\nyour Bag's <icon=bagPocket{2}>\\c[1]{3}\\c[0] pocket.",
pbMessage(_INTL("You put the {1} in\nyour Bag's <icon=bagPocket{2}>\\c[1]{3}\\c[0] pocket.",
berry_name, pocket, PokemonBag.pocket_names[pocket - 1]) + "\1")
if Settings::NEW_BERRY_PLANTS
pbMessage(_INTL("The soil returned to its soft and earthy state."))