Skip to content

Instantly share code, notes, and snippets.

@spikebrehm
Last active December 12, 2015 01:58
Show Gist options
  • Save spikebrehm/4694771 to your computer and use it in GitHub Desktop.
Save spikebrehm/4694771 to your computer and use it in GitHub Desktop.
Handlebars.registerHelper "t", (key, block) ->
window.polyglot.t(key, block.hash)
Handlebars.registerHelper "pluralize", (noun, block) ->
window.polyglot.pluralize(noun, block.hash.smart_count)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment