- By Edmond Lau
- Highly Recommended 👍
- http://www.theeffectiveengineer.com/
- They are the people who get things done. Effective Engineers produce results.
Handlebars.registerHelper('t', function(i18n_key) { | |
i18n_key = Handlebars.Utils.escapeExpression(i18n_key); | |
var result = I18n.t(i18n_key); | |
return new Handlebars.SafeString(result); | |
}); |