Product SiteDocumentation Site

7.10. Pushing and Pulling Translations

Whenever a change is made to your document, run the publican update_pot command. After that, run the following command to push the changes to Transifex.net so that translators can translate them:
tx push -s
If you need to edit a .po file locally, you can push the changes back to Transifex.net:
tx push -t
To pull updated translations from Transifex.net:
tx pull -a
You can use the -l option to specify specific languages to pull, for example if you know that a particular language has new translations available.
Refer to the Fedora Wiki page Publishing a document with Publican for information on how to publish translated documentation to docs.fedoraproject.org.

Translation notifications

Make sure you select the Watch button on your document's Transifex.net project page to receive email notifications when new translations are available. The Watch button is located below the document's title.