8000 Release Support a list of keys · fiverr/i18n.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support a list of keys

Compare
Choose a tag to compare
@omrilotan omrilotan released this 09 Dec 13:12
· 14 commits to master since this release
a479841

Existing behaviour (still supported)

i18n.t('my.key'); // I'm a sentence

Added functionality

i18n.t(['my.missing.key', 'my.key']); // I'm a sentence
0