Fix formatting issues in README
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/commit/19e54c22 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/tree/19e54c22 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/diff/19e54c22 Branch: refs/heads/master Commit: 19e54c228eac857ee6322170ce95714255b66cb1 Parents: fff40fc Author: Sebastien Goasguen <[email protected]> Authored: Mon Jun 30 11:10:51 2014 +0200 Committer: Sebastien Goasguen <[email protected]> Committed: Mon Jun 30 11:10:51 2014 +0200 ---------------------------------------------------------------------- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-admin/blob/19e54c22/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 227a6c8..a866fbb 100644 --- a/README.rst +++ b/README.rst @@ -30,31 +30,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-administration-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
