{{i18n}} handlebars helper
Install
npm
Install withnpm i handlebars-helper-i18n --save-dev
Register the helper
var Handlebars = ;var helper = ; Handlebars;
Register the helper with Assemble
Assemble v0.6.x
var assemble = ;var helper = ; assemble;
Assemble v0.4.x
In your project's Gruntfile:
assemble: options: helpers: 'handlebars-helper-i18n' files: ...
Also, be sure to add the helper to devDependencies
in package.json for Assemble to automatically register the helper.
Usage
Given file name: Executive Summary 2013.md
:
{{i18n "key"}}
Renders to executive-summary-2013.md
.
Author
Laurent Goderre
License
Copyright (c) 2014 Laurent Goderre, contributors.
Released under the MIT license
This file was generated by verb-cli on September 12, 2014.