Skip to content
Pavel Tkachenko edited this page Jul 30, 2026 · 2 revisions

PTC CLI wiki

Ready-made CI/CD configuration for translating your resource files with Private Translation Cloud.

Everything else — options, config format, exit codes, troubleshooting — is in the README.

In one paragraph

Run ./ptc-cli.sh init in a checkout of your project. It detects your resource files, writes a .ptc-config.yml, and prints the CI job for whichever platform it sees. Commit both. From then on, a push to your default branch translates the changed source files and opens a pull/merge request with the results. init needs no API token — you only need one to translate.

Clone this wiki locally