Basic details and links for our Zanata deployment for translations. Change-Id: Idc4e8f2f9c3b456f638231511c6bf3d68773a482
1.5 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
-
- https://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/
modules/openstack_project/manifests/translate.pp
modules/openstack_project/manifests/translate-dev.pp
- 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. A series of Jenkins jobs handle translations proposals on the proposal slave.
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
.