Changed all translation to use new TransContext
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user