Skip to content

Commit 69cfca0

Browse files
committed
Update instruction to add language entry of TRANSLATING.md
1 parent 4840dca commit 69cfca0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

TRANSLATING.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MDBOOK_BOOK__LANGUAGE=xx mdbook serve
5555

5656
### Add a language entry
5757

58-
Please add a language entry in `.github/workflows/rbe.yml` and `theme/index.hbs` like below:
58+
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:
5959

6060
* `rbe.yml`
6161

@@ -83,3 +83,9 @@ env:
8383
</button></li>
8484
</ul>
8585
```
86+
87+
* `src/bootstrap/src/core/build_steps/doc.rs` in [rust-lang/rust](https://github.com/rust-lang/rust)
88+
89+
```rust
90+
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["xx", "yy", "zz"], submodule;
91+
```

0 commit comments

Comments
 (0)