system-config/doc/source/translate.rst
Monty Taylor eaa74543de Finish updating docs for opendev
The zuul and zuulv3 docs need to be merged, but that seemed like
too much for this. Also, the 3rd party CI doc is out of date, but
in this patch only removed sections that linked to docs or files
that don't exist anymore.

Change-Id: Ie5497edd762d2146165608f3227b0bac88a913df
2019-04-20 18:25:37 +00:00

1.7 KiB

title

Translate

Translate

As of the Liberty release, translations for various projects in OpenStack are done on the Zanata translations platform.

At a Glance

Hosts
Puppet
Projects
Bugs

Overview

The OpenStack Infrastructure runs a production instance and a development instance of Zanata running on the Wildfly JBoss Application Server. Upgrades must be tested on the development server before being applied in production.

Translators work through the Zanata web UI or with the zanata-cli tool to do their translations. Zuul proposes updates to translations with the upstream-translation-update and propose-translation-update jobs defined in project-config zuul jobs.

Projects are added for translations by modifying gerrit/projects.yaml and adding the following to the project:

options:
  - translate

Projects are then registered with Zanata with the register-zanata-projects.py from jeepyb, this is run when gerrit/projects.yaml changes.

Finally, the translations jobs must be added to the project in jenkins/jobs/projects.yaml and zuul/layout.yaml.