Skip to content

Commit

Permalink
Merge pull request #1860 from dalance/update_translating
Browse files Browse the repository at this point in the history
Update instruction to add language entry of TRANSLATING.md
  • Loading branch information
marioidival authored Jun 6, 2024
2 parents f62bf53 + 69cfca0 commit d45c1d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion TRANSLATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -83,3 +83,9 @@ env:
</button></li>
</ul>
```

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

0 comments on commit d45c1d3

Please sign in to comment.