Product SiteDocumentation Site

Chapter 8. Pull translations from Zanata

8.1. Pull translations for a Publican project
8.2. Pull translations for a software project
You can pull translations from the Zanata server at any stage of translation completion above 0%.
The Zanata client makes the translations available on the local file system as GNU Gettext .po files. You may opt to keep these files in the source control system you use for your for your project source, or you may use them as transient files only by adding the pull as a step in your build process.

8.1. Pull translations for a Publican project

Procedure 8.1. Pull translations for a Publican project
  • In the directory of your Publican project that contains the publican.cfg and zanata.xml files, run the following command:
    For zanata-python-client 1.2.4:
    zanata publican pull
    For zanata-python-client 1.2.6+:
    zanata pull
    Result:
    Translations above 0% are pulled from the Zanata and written as .po files in the Publican project.