UNPKG

deepl-po-translate

Version:

Sponsor: https://ora.pm/ - Best agile project management, time tracking with native git integration platform for developers # Translate a .PO file using DeepL API .po file with no translation => .po file with translation! Translation is autosaved each 30

43 lines (42 loc) 1.01 kB
{ "name": "deepl-po-translate", "version": "1.0.4", "main": "src/index.js", "bin": { "deepl-po-translate": "bin/deepl-po-translate" }, "scripts": { "start": "node src/index.js", "start.app": "yarn start --po-directory-path ~/Repos/ora-frontend/app/locales/", "start.landing": "yarn start --po-directory-path ~/Repos/ora-landing-next/locale/", "start.mobile": "yarn start --po-directory-path ~/Repos/ora-mobile/src/locales/" }, "repository": { "type": "git", "url": "https://github.com/uffou/deepl-po-translate.git" }, "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "cli", "deepl", ".po", "translate", "localazy", "lingui", "lingui.js", "ora.pm" ], "author": "Vasil Enchev", "dependencies": { "axios": "^0.21.1", "commander": "^7.2.0", "console-progress-bar": "^1.0.5", "dotenv": "^16.0.3", "esm": "3.2.25", "gettext-parser": "^4.0.4", "inquirer": "^8.0.0" } }