TS-2590: translate documentation into Japanese We need 'sphinx-intl' and sphinx 1.2 or higher. - sphinx-intl: https://pypi.python.org/pypi/sphinx-intl
The build commands are following: $ cd doc $ sphinx-intl build -p locale/ -l ja $ sphinx-build -b html -D language=ja . ./build On the ReadTheDocs, we need only 'polib'. This settings has already been proposed and merged in the apache/trafficserver #13. But this works only in the ReadTheDocs environment. So, using sphinx-intl is easier. Authors: Masaori Koshiba <[email protected]> Masakazu Kitajo <[email protected]> syucream <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/461008e5 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/461008e5 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/461008e5 Branch: refs/heads/master Commit: 461008e5aa2ed76cb9118b7bf4c346e47766b5fc Parents: 8e66db6 Author: James Peach <[email protected]> Authored: Tue Feb 25 21:32:10 2014 -0800 Committer: James Peach <[email protected]> Committed: Tue Feb 25 21:32:10 2014 -0800 ---------------------------------------------------------------------- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/461008e5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 4882721..667c39a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 5.0.0 + *) [TS-2590] Translate documentation into Japanese. + Authors: Masaori Koshiba <[email protected]> + Masakazu Kitajo <[email protected]> + syucream <[email protected]> + *) [TS-2586] Improvements to the internal implementation of overridable configuration lookups (_conf_to_memberp() ). Author: Yu Qing <[email protected]>
