A message to translate, with context for whoever writes the translation.
vscode.l10n.t's object overload satisfies this shape.
vscode.l10n.t
Optional
Readonly
Values filling the message's placeholders.
Context for translators. Not shown to users.
The message to localize. {0}, {1} are replaced by the item at that index in args.
{0}
{1}
args
A message to translate, with context for whoever writes the translation.
vscode.l10n.t's object overload satisfies this shape.