Something like this for simple tokens: ``` js require('i18n!my.simple.token').get(); ``` and this for tokens with arguments: ``` js require('i18n!my.complex.token').get({value: 'ABC'}); ```
Something like this for simple tokens:
and this for tokens with arguments: