1.0.3 • Published 6 years ago

i18n-deepl-translator v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Translate easily using deepL

Translating text as never been so easy.

npm install i18n-deepl-translator 

git clone https://github.com/rolljee/i18n-file-translator

Usage

# as simple as that
npm install

node index.js -i "path/to/myfile.json" -o 'path/to/destfile.json' -l 'EN'
  • -i JSON input file
  • -o JSON output file
  • -l Destination lang

DeepL should detect the input lang by himself :-)

Troubleshooting

You may reach the api rate limit if your are translating large file, when you see the code 429 you should wait a bit before tranlating again (you api may be blacklisted).

Contribution

Contributions are welcome, fork the project play with it and make a pull request

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago