You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew C.P. Kelley edited this page May 17, 2017
·
3 revisions
Welcome to the catarse.js wiki!
Using Yaml:
import _ from 'underscore';
import I18n from 'i18n-js';
import h from '../h';
const I18nScope = _.partial(h.i18nScope, 'menu');
I18n.t('history.your_items', I18nScope())