:tformat() context?
Posted: Tue Aug 30, 2022 1:24 am
The localization documentation mentions the 'context' parameter to _t() to handle strings that should be translated differently in different contexts:
Is there a way to provide similar context information for a :tformat() format string?
Code: Select all
foobar(_t("This text has a meaning!", "context1"))
foobar(_t("This text has a meaning!", "context2"))