Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

Apache CloudStack

Apache CloudStack is an Apache project, see <http://cloudstack.apache.org> for more information.

Website

These docs are on-line at <http://docs.cloudstack.apache.org/en/latest/>

Translation

Clean the build

make clean

Generate the .pot files

make gettext

Generate the .tx/config files with:

sphinx-intl update-txconfig-resources --pot-dir source/locale/pot --transifex-project-name apache-cloudstack-rtd --locale-dir source/locale

Push the .pot files to transifex with:

tx push -s

Download the translated strings, for example Japanese (ja):

tx pull -l ja

Build the translated docs:

sphinx-intl build --locale-dir source/locale
make -e SPHINXOPTS="-D language='ja'" html

Feedback

Please send feedback to the mailing list at <[email protected]>, or the JIRA at <https://issues.apache.org/jira/browse/CLOUDSTACK>.

Contributing to the documentation

Refer to the README.rst file in the root directory of this project for instructions on how to contribute to this documentation.