Skip to content

v2.1.3

Compare
Choose a tag to compare
@cheton cheton released this 22 Nov 09:38
· 144 commits to master since this release

Add backtick support (7cc8ce7, PR #57)

i18n.t(`added {{foo}}
 and {{bar}}`, { foo: '', bar: '' });

will turn into:

{
    "added {{foo}}\n and {{bar}}": ""
}