From 69cfca05b8461d229da9edb71c9429a72823e59f Mon Sep 17 00:00:00 2001 From: dalance Date: Thu, 6 Jun 2024 17:30:44 +0900 Subject: [PATCH] Update instruction to add language entry of TRANSLATING.md --- TRANSLATING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TRANSLATING.md b/TRANSLATING.md index c2a39f51bb..6e4590cffd 100644 --- a/TRANSLATING.md +++ b/TRANSLATING.md @@ -55,7 +55,7 @@ MDBOOK_BOOK__LANGUAGE=xx mdbook serve ### Add a language entry -Please add a language entry in `.github/workflows/rbe.yml` and `theme/index.hbs` like below: +Please add a language entry in `.github/workflows/rbe.yml`, `theme/index.hbs`, and `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) like below: * `rbe.yml` @@ -83,3 +83,9 @@ env: ``` + +* `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust) + +```rust +RustByExample, "src/doc/rust-by-example", "rust-by-example", &["xx", "yy", "zz"], submodule; +```