Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.04 KB

ci-transifex

Ephemeral Docker container that synchronizes translations with Transifex tx CLI Client

Requires .tx/config to be present on a path relative to current directory and a valid API key as $TX_TOKEN in env.

TL;DR

$ docker run --rm -it -e TX_TOKEN=foo -v $(pwd):/project lidel/ci-transifex tx push -s --root /project

Additional Reading