Fix rust-by-example spanish translation · rust-lang/rust@f3fe6ba (original) (raw)
File tree
1 file changed
lines changed
- src/bootstrap/src/core/build_steps
1 file changed
lines changed
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -73,7 +73,7 @@ book!( | ||
| 73 | 73 | EditionGuide, "src/doc/edition-guide", "edition-guide", &[]; |
| 74 | 74 | EmbeddedBook, "src/doc/embedded-book", "embedded-book", &[]; |
| 75 | 75 | Nomicon, "src/doc/nomicon", "nomicon", &[]; |
| 76 | -RustByExample, "src/doc/rust-by-example", "rust-by-example", &["ja", "zh"]; | |
| 76 | +RustByExample, "src/doc/rust-by-example", "rust-by-example", &["es", "ja", "zh"]; | |
| 77 | 77 | RustdocBook, "src/doc/rustdoc", "rustdoc", &[]; |
| 78 | 78 | StyleGuide, "src/doc/style-guide", "style-guide", &[]; |
| 79 | 79 | ); |