deepl-json-translation
v1.0.3
Published
Just a simple json traduction for i18n like file using deepl
Downloads
40
Readme
deepl-json-translation
Just a simple json traduction for i18n like file using deepl
Requirement
You will need a DeepL auth key for the script to work https://www.deepl.com/translator
Installation
Npx
You can translate one file:
npx deepl-json-translation file_to_translate.json
Or multiple files:
npx deepl-json-translation file_to_translate1.json file_to_translate2.json
Have fun 🎉
Git clone
git clone https://github.com/MBoittin/jsonTrad.git
npm i
npm start file_to_translate.json
Profit