Changed all translation to use new TransContext

This commit is contained in:
2025-05-26 08:32:07 -05:00
parent 44dd3b7aa6
commit c1d8dd46d8
14 changed files with 128 additions and 69 deletions

View File

@@ -50,13 +50,13 @@ msgstr "Debug Battle"
#
msgid "event.get_item.found"
msgid_plural "event.get_item.found_plural"
msgstr[0] "Found {item}."
msgstr[1] "Found {quantity} {item}."
msgstr[0] "Found {item.title}."
msgstr[1] "Found {quantity} {item.title}."
msgid "event.get_item.given"
msgid_plural "event.get_item.given_plural"
msgstr[0] "Received {item}."
msgstr[1] "Received {quantity} {item}."
msgstr[0] "Received {item.title}."
msgstr[1] "Received {quantity} {item.title}."
#
# QUESTS
@@ -68,7 +68,7 @@ msgid "quest.test_quest.onion.title"
msgstr "Scavenge Onions"
msgid "quest.test_quest.onion.description"
msgstr "Find and collect {quantity} {item} and bring them back to {npc}."
msgstr "Find and collect {quantity} {item.title} and bring them back to {npc}."
#
# ITEMS
@@ -123,4 +123,4 @@ msgstr ""
# TEST
msgid "test"
msgstr "Test {title} String"
msgstr "Test {item.title} String"