translate-o-tron-import
v1.0.9
Published
This package contains a collection of scripts for various tasks related to translations.
Downloads
12
Readme
Translate-a-Tron CLI
This package contains a collection of scripts for various tasks related to translations.
How to use
Specify TRANSLATE_O_TRON_API_KEY in env and call this command:
npx translate-o-tron-import <projectId> <lang> <operation> <filePath>
Reccomended usage
Sync terms from primary language
TRANSLATE_O_TRON_API_KEY=xxx npx translate-o-tron-import 123 cs download ./public/locales/cs/translation.json
Upload translations from other languages
TRANSLATE_O_TRON_API_KEY=xxx npx translate-o-tron-import 123 en upload ./public/locales/en/translation.json
Download translations for all languages
TRANSLATE_O_TRON_API_KEY=xxx npx translate-o-tron-import 123 cs download ./public/locales/cs/translation.json TRANSLATE_O_TRON_API_KEY=xxx npx translate-o-tron-import 123 en download ./public/locales/en/translation.json