translate-templates

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i translate-templates

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nmehta6