1.0.5 • Published 5 years ago
deepl-text-translator-cli v1.0.5
DeepL Text Translation CLI
Unofficial CLI for translating your own text files with DeepL text services programmatically without using the developer API or the DeepL website

Installation and usage
- Install node js
- Run
npm i -g deepl-text-translator-clito install the tool - Run
deepl-textfrom cmd line in any folder of your choice to setup - Enter config as below and add files into generated source folders
- Run
deepl-textto translate. Repeating this action will only translate not-already translated files
Help
- Running
deepl-texton a folder with create aconfig.ymlfile as well assourcesandtranslationdirectories - Configure
config.ymlwith your DeepL credentials and set the desired translation sources and targets - DeepL supported languages are: de-DE, en-GB, en-US, fr-FR, it-IT, ja-JA, es-ES, nl-NL, pl-PL, pt-PT, pt-BR, ru-RU, zh-ZH) - Translations must be in this 5 digit format (including case)
- Add any folders and text files to be translated in the relevant
sourcesfolders - Once source text files and configurations have been set, run
deepl-textonce again to translate the files - Translation progress will displayed on the CLI
- These actions will only affect your DeepL text translate quota (which by default is unlimited with any paid plan, including a free trial)