Fix rust-by-example spanish translation
A spanish translation was added in https://github.com/rust-lang/rust-by-example/pull/1910, but the upstream integration was never added.
This commit is contained in:
parent
b01cc1cf01
commit
f3fe6bad2f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ book!(
|
|||
EditionGuide, "src/doc/edition-guide", "edition-guide", &[];
|
||||
EmbeddedBook, "src/doc/embedded-book", "embedded-book", &[];
|
||||
Nomicon, "src/doc/nomicon", "nomicon", &[];
|
||||
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["ja", "zh"];
|
||||
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["es", "ja", "zh"];
|
||||
RustdocBook, "src/doc/rustdoc", "rustdoc", &[];
|
||||
StyleGuide, "src/doc/style-guide", "style-guide", &[];
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue