discourse/app/assets/javascripts/wizard/helpers/i18n.js.es6

4 lines
121 B
Text
Raw Normal View History

2016-08-25 13:14:56 -04:00
import { registerUnbound } from 'discourse/lib/helpers';
registerUnbound('i18n', (key, params) => I18n.t(key, params));