From 4d9e99369f2f6216ca2810d4969b08a8c0c85c47 Mon Sep 17 00:00:00 2001 From: uint256_t Date: Thu, 15 Aug 2024 22:42:41 +0900 Subject: [PATCH] ja: Fix file path to avoid build error (#2285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - This PR fixes a wrong filepath (`configure-*` → `configuring-*`) in the Japanese book. - I've encountered an error below when I was building the book in Japanese. ```bash $ MDBOOK_BOOK__LANGUAGE=ja mdbook build -d book/ja 2024-08-15 21:52:56 [INFO] (mdbook::book): Book building has started 2024-08-15 21:52:57 [INFO] (mdbook::book): Running the exerciser backend 2024-08-15 21:52:57 [INFO] (mdbook::renderer): Invoking the "exerciser" renderer 2024-08-15 21:52:57 [INFO] (mdbook::book): Running the html backend 2024-08-15 21:52:58 [INFO] (mdbook::book): Running the linkcheck backend 2024-08-15 21:52:58 [INFO] (mdbook::renderer): Invoking the "linkcheck" renderer error: File not found: ../configure-gnrt-config-toml.md ┌─ chromium/adding-third-party-crates/resolving-problems/build-scripts-which-generate-code.md:5:23 │ 5 │ もしファイルが作成されるようになっていたら、[`gnrt_config.toml`](../configure-gnrt-config-toml.md) を変更して、クレートに `build-script-outputs` を追加します。これが推移的依存関係(Chromium コードが直接依存すべきでない依存関係)の場合は、`allow-first-party-usage=false` も追加します。このファイルには、すでにいくつかの例が含まれています。 │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File not found: ../configure-gnrt-config-toml.md Error: One or more incorrect links 2024-08-15 21:52:58 [ERROR] (mdbook::renderer): Renderer exited with non-zero return code. 2024-08-15 21:52:58 [ERROR] (mdbook::utils): Error: Rendering failed 2024-08-15 21:52:58 [ERROR] (mdbook::utils): Caused By: The "linkcheck" renderer failed ``` --- po/ja.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/ja.po b/po/ja.po index 595ca60e..1b2f7349 100644 --- a/po/ja.po +++ b/po/ja.po @@ -16436,10 +16436,10 @@ msgid "" "file:" msgstr "" "もしファイルが作成されるようになっていたら、[`gnrt_config.toml`](../" -"configure-gnrt-config-toml.md) を変更して、クレートに `build-script-outputs` " -"を追加します。これが推移的依存関係(Chromium コードが直接依存すべきでない依存" -"関係)の場合は、`allow-first-party-usage=false` も追加します。このファイルに" -"は、すでにいくつかの例が含まれています。" +"configuring-gnrt-config-toml.md) を変更して、クレートに `build-script-" +"outputs` を追加します。これが推移的依存関係(Chromium コードが直接依存すべき" +"でない依存関係)の場合は、`allow-first-party-usage=false` も追加します。この" +"ファイルには、すでにいくつかの例が含まれています。" #: src/chromium/adding-third-party-crates/resolving-problems/build-scripts-which-generate-code.md msgid ""