Skip to content

Instantly share code, notes, and snippets.

@timrwood
Last active December 31, 2015 21:09
Show Gist options
  • Save timrwood/8044719 to your computer and use it in GitHub Desktop.
Save timrwood/8044719 to your computer and use it in GitHub Desktop.
Ember.STRINGS = {
test : 'asdf'
};
Ember.Handlebars.helper('_', function(string) {
return Ember.String.loc(string);
});
{{_ 'test'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment