From b514097e85c99f5178b45ee2a37c81bdf0c1d85c Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Tue, 25 Jan 2011 15:42:55 +0100 Subject: [PATCH] Web: enable Japanese website. --- make/website.make | 2 +- scripts/build/create-weblinks-itexi.py | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/make/website.make b/make/website.make index 4987a601e4..02ff0da62c 100644 --- a/make/website.make +++ b/make/website.make @@ -36,7 +36,7 @@ OUT=out-website ### only update this when the language compiles correctly! # LANGUAGES = (site, de, es, fr, hu, it, ja, nl) -WEB_LANGS = es fr it nl de hu +WEB_LANGS = es fr it nl de hu ja TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM) diff --git a/scripts/build/create-weblinks-itexi.py b/scripts/build/create-weblinks-itexi.py index 1de4d99c3a..68e6ef9566 100644 --- a/scripts/build/create-weblinks-itexi.py +++ b/scripts/build/create-weblinks-itexi.py @@ -148,20 +148,21 @@ translations = { 'Changes': '変更点', #TODO - 'Extending': 0, + 'Extending': '拡張', 'Internals': '内部リファレンス', - 'Contributor': 0, + 'Contributor': '貢献者向けガイド', - ' (split HTML)': 0, - ' (big HTML)': 0, +# keep the spaces! + ' (split HTML)': ' (ページ毎に分割された HTML)', + ' (big HTML)': ' (1 つの大きな HTML)', - 'Regression tests for ': 0, - 'PDF of regtests for ': 0, - 'MusicXML Regression tests for ': 0, - 'PDF of MusicXML regtests for ': 0, + 'Regression tests for ': '回帰テスト バージョン ', + 'PDF of regtests for ': '回帰テスト (PDF 版) バージョン ', + 'MusicXML Regression tests for ': 'MusicXML 回帰テスト バージョン ', + 'PDF of MusicXML regtests for ': 'MusicXML 回帰テスト (PDF 版) バージョン ', - 'Doc tarball for ': 0, - ' (did not exist in 2.12)': 0, + 'Doc tarball for ': 'ドキュメント アーカイブ バージョン ', + ' (did not exist in 2.12)': ' (バージョン 2.12 には存在しません)', }, 'nl': { -- 2.39.2