Skip to content

Commit 1d44da5

Browse files
authored
Unrolled build for rust-lang#131066
Rollup merge of rust-lang#131066 - Binlogo:build-doc/rbe-add-zh-entry, r=albertlarsan68 Add the Chinese translation entry to the RustByExample build process Following the guidelines outlined at [https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING.md](https://github.com/rust-lang/rust-by-example/blob/master/TRANSLATING.md), I am adding a Chinese translation to Rust by Example. You can view the related pull request here: [https://github.com/rust-lang/rust-by-example/pull/1886#issue-2537891289](https://github.com/rust-lang/rust-by-example/pull/1886#issue-2537891289). For similar issues and PRs, see [https://github.com/rust-lang/rust/issues/124641](https://github.com/rust-lang/rust/issues/124641) and [https://github.com/rust-lang/rust/pull/124731](https://github.com/rust-lang/rust/pull/124731).
2 parents 27861c4 + cb0e150 commit 1d44da5

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ book!(
8282
EditionGuide, "src/doc/edition-guide", "edition-guide", &[], submodule;
8383
EmbeddedBook, "src/doc/embedded-book", "embedded-book", &[], submodule;
8484
Nomicon, "src/doc/nomicon", "nomicon", &[], submodule;
85-
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["ja"], submodule;
85+
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["ja", "zh"], submodule;
8686
RustdocBook, "src/doc/rustdoc", "rustdoc", &[];
8787
StyleGuide, "src/doc/style-guide", "style-guide", &[];
8888
);

0 commit comments

Comments
 (0)