We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8af03df
Add backtick support (7cc8ce7, PR #57)
i18n.t(`added {{foo}} and {{bar}}`, { foo: '', bar: '' });
will turn into:
{ "added {{foo}}\n and {{bar}}": "" }