1 # Translations maintenance
7 - https://developers.transifex.com/docs/cli
9 - Tool for converting translations between PO and other formats
14 First time you run `tx` command it will ask you for your API token and create `~/.transifexrc`.
18 Check the `*-from-transifex.py` (run by hand) and `*-to-transifex.py` (used in CI) scripts.
20 Wrapper for modern Transifex client:
33 --volume="/etc/group:/etc/group:ro" \
34 --volume="/etc/passwd:/etc/passwd:ro" \
35 --volume="/etc/shadow:/etc/shadow:ro" \
36 --volume $(pwd):/app \
37 --volume ~/.transifexrc:/.transifexrc \
38 --volume /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt \
40 --root-config /.transifexrc \