/translate-templates

Translate template strings with Google Translate

Primary LanguageJavaScript

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.