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