@woonivers/woo-translate

0.0.6 • Public • Published

woo-translate CLI

A CLI for extracting the texts from a spreadsheet and saving them into local files.

Requirements:

You need this folder: ~/.woo There you must save the Google Credentials Config file:

{
  "installed": {
    "client_id": "aoisdjfaoñjdfañosifjañosdfij.apps.googleusercontent.com",
    "project_id": "great-app-1111111111",
    "client_secret": "keepthissecret",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://www.googleapis.com/oauth2/v3/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "redirect_uris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost"]
  }
}

Where client_id, project_id, client_secret must be modified with your project info

Commands:

TRANSLATE EN, ES

woo-translate --path=some/local/path/to/your/project --id=1B-THIS-IS-THE-GSPREADSHEET-ID

TRANSLATE EN, ES and show DEBUG log

woo-translate --path=some/local/path/to/your/project --id=1B-THIS-IS-THE-GSPREADSHEET-ID --verbose

SPECIFY YOUR LANGUAGES

woo-translate --path=some/local/path/to/your/project --id=1B-THIS-IS-THE-GSPREADSHEET-ID --langs=en,es,ru,fr

Publishing to NPM

$ npm publish

License

MIT - see LICENSE

Readme

Keywords

none

Package Sidebar

Install

npm i @woonivers/woo-translate

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

101 kB

Total Files

27

Last publish

Collaborators

  • iesteban
  • jorgemarrero
  • sejas