Page 1 of 1

:tformat() context?

Posted: Tue Aug 30, 2022 1:24 am
by Zizzo
The localization documentation mentions the 'context' parameter to _t() to handle strings that should be translated differently in different contexts:

Code: Select all

foobar(_t("This text has a meaning!", "context1"))
foobar(_t("This text has a meaning!", "context2"))
Is there a way to provide similar context information for a :tformat() format string?