Repository: cloudstack-docs Updated Branches: refs/heads/master 257b526a0 -> 4629e0298
Fix sourcecode formatting Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/4629e029 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/4629e029 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/4629e029 Branch: refs/heads/master Commit: 4629e02987e6ba2928faa7786c9319dcc38d2f94 Parents: 257b526 Author: Sebastien Goasguen <run...@gmail.com> Authored: Tue May 27 09:28:30 2014 +0200 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Tue May 27 09:28:30 2014 +0200 ---------------------------------------------------------------------- rtd/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/4629e029/rtd/README.rst ---------------------------------------------------------------------- diff --git a/rtd/README.rst b/rtd/README.rst index 2b44525..c7cc516 100644 --- a/rtd/README.rst +++ b/rtd/README.rst @@ -33,31 +33,37 @@ 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