mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #151098 - partrita:main, r=Mark-Simulacrum
Add Korean translation to Rust By Example
Hello,
I’ve added a Korean translation file to Rust By Example.
This contribution will help Korean readers learn Rust more easily by providing localized explanations and examples.
Please review the proposed additions when you have time.
Thanks in advance for your time and review! 🙏
Add Korean translation. Thanks in advance.
This commit is contained in:
@@ -75,7 +75,7 @@ fn run(self, builder: &Builder<'_>) {
|
||||
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", &[];
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user