Add Korean translation to Rust By Example
Add korean translation. Thanks in advanced
This commit is contained in:
parent
2850ca8295
commit
b202eee081
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,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", &["es", "ja", "zh"];
|
||||
RustByExample, "src/doc/rust-by-example", "rust-by-example", &["es", "ja", "zh", "ko"];
|
||||
RustdocBook, "src/doc/rustdoc", "rustdoc", &[];
|
||||
StyleGuide, "src/doc/style-guide", "style-guide", &[];
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue