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]> (cherry picked from commit 461008e5aa2ed76cb9118b7bf4c346e47766b5fc) Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f0ca74c1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f0ca74c1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f0ca74c1 Branch: refs/heads/4.2.x Commit: f0ca74c116e65b81a3a04bd10b56cf190506700c Parents: fbfa4f3 Author: James Peach <[email protected]> Authored: Tue Feb 25 21:32:10 2014 -0800 Committer: Phil Sorber <[email protected]> Committed: Wed Feb 26 17:06:37 2014 -0700 ---------------------------------------------------------------------- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f0ca74c1/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 6ef53ab..64f779a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache Traffic Server 4.2.0 + *) [TS-2590] Translate documentation into Japanese. + Authors: Masaori Koshiba <[email protected]> + Masakazu Kitajo <[email protected]> + syucream <[email protected]> + *) [TS-2568] Better template messages. *) [TS-2552] configure fails to detect missing the #define for
