A simple JSON translator using Google Cloud Translation API
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Cloud Translation API.
- Get Google Cloud Credentials and put them in translator.json on the root of the project
❗ | WIP: Working in progress, only PT-BR translations for other languages, we are working for more |
---|
Para usar, basta criar um arquivo pt.json
na pasta i18n/
e então rodar o comando:
npm run translate
Por padrão ele ira gerar os arquivos en.json
e es.json
na pasta i18n/
, mas você pode escolher qualquer linguagem disponivel para traduzir, separando-as por espaço, como por exemplo:
npm run translate fr de
Você pode listar as linguagens disponíveis usando:
npm run languages