You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2014/03/31 23:25:24 UTC

git commit: Fix readme rendering

Repository: cloudstack-docs-rn
Updated Branches:
  refs/heads/master 913adb8f2 -> f01f4757d


Fix readme rendering


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/commit/f01f4757
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/tree/f01f4757
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/diff/f01f4757

Branch: refs/heads/master
Commit: f01f4757d2c91965eae4e64fd0b9cfd95a2b8445
Parents: 913adb8
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon Mar 31 17:25:15 2014 -0400
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon Mar 31 17:25:15 2014 -0400

----------------------------------------------------------------------
 README.rst | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-rn/blob/f01f4757/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index 4c21b75..2f6fe6c 100644
--- a/README.rst
+++ b/README.rst
@@ -35,21 +35,25 @@ Translation
 Generate the .pot files with:
 
 ::
+
    sphinx-intl update-txconfig-resources --pot-dir source/locale/pot --transifex-project-name apache-cloudstack-release-notes-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