1.0.0 • Published 8 years ago

translate-templates v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

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 Translate
  • options.outDir: Directory where translations should go
  • options.englishFile: Path to the English file to translate from
  • options.locales: An array of locales to translate to. Use any locale accepted by Google Translate.