Skip to content
Matias Lescano edited this page Jul 6, 2015 · 1 revision

dos-translate

It's a little tool/command to help us maintain translations files. It allows to automatically translate json files using Google Translate API, list missing keys, sort the files, etc...

Usage

From the terminal, you have to be standing on the project root, and run:

bin/dos-translate <command> <parameters>

Available commands

To see all the available commands just run bin/dos-translate

TODOs

  • Migrate to an external library
  • Add Bing translation API (Has more free quota than Google API)