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; +```