discourse/app/assets/javascripts/discourse/helpers/bound-i18n.js.es6
2014-12-17 09:31:41 -05:00

5 lines
153 B
JavaScript

Ember.Handlebars.registerBoundHelper("boundI18n", function(property, options) {
return new Handlebars.SafeString(I18n.t(property, options.hash));
});