CLI for translation workflows
Usage: transtats [OPTIONS] COMMAND [ARGS]...
Transtats Localization Workflow CLI
Options:
--help Show this message and exit.
Commands:
pull Download translations from Phrase (Memsource) and submit...
push Download translations from a Platform (Weblate, Transifex)...
templates List available job templates.
version Display the current version.
Place transtats.conf at ~/.config/
directory before running push/pull.
For custom path set TRANSTATS_CONFIG_PATH
environment variable.
See push
and pull
command examples here.
Developer notes are here.
- Fork workflow-cli repo to your username and clone repository locally.
- Setup development environment
pip install -r requirements.txt
- The devel branch is the release actively under development.
- The main branch corresponds to the latest stable release.
- If you find any bug/issue or got an idea, open a github issue.
Apache License, Version 2.0