translate-templates
v1.0.0
Published
Translate a JSON file with strings that are handlebars style templates.
Downloads
2
Maintainers
Readme
translate-templates
A tool that uses Google Translate API to translate template strings located in a JSON file while preserving handlebars style templates in English.
Installation
npm install translate-templates --save-dev
Usage overview
let translate = require('translate-templates')
translate(options)
options (all required)
options.apiKey
: API key for Google Translateoptions.outDir
: Directory where translations should gooptions.englishFile
: Path to the English file to translate fromoptions.locales
: An array of locales to translate to. Use any locale accepted by Google Translate.