Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
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())
Clone this wiki locally