Skip to content

Commit f3fe6ba

Browse files
committed
Fix rust-by-example spanish translation
A spanish translation was added in rust-lang/rust-by-example#1910, but the upstream integration was never added.
1 parent b01cc1c commit f3fe6ba

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ book!(
7373
EditionGuide, "src/doc/edition-guide", "edition-guide", &[];
7474
EmbeddedBook, "src/doc/embedded-book", "embedded-book", &[];
7575
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"];
7777
RustdocBook, "src/doc/rustdoc", "rustdoc", &[];
7878
StyleGuide, "src/doc/style-guide", "style-guide", &[];
7979
);

0 commit comments

Comments
 (0)