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

4 lines
121 B
Plaintext
Raw Normal View History

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