mirror of
https://github.com/discourse/discourse.git
synced 2025-01-24 10:59:45 +08:00
5 lines
153 B
JavaScript
5 lines
153 B
JavaScript
Ember.Handlebars.registerBoundHelper("boundI18n", function(property, options) {
|
|
return new Handlebars.SafeString(I18n.t(property, options.hash));
|
|
});
|
|
|