2.12.2 • Published 3 years ago
lukos v2.12.2
lukos
A command line utility program to manage translation files.
Installation
$ npm i -g lukos
Configuration
Translation API
Optional.
To enable automatic translation you need:
- A Google Cloud project with the Cloud Translation API activated.
- A service account with the role
roles/cloudtranslate.user
(Cloud Translation > User). To provide it to lukos by running:
$ lukos config translate.google.serviceAccount <path-to-your-service-account-keys-as-json>
Please, feel free to propose or implement alternative APIs.