From 20a0a5417ce82ba4a965e5a6d6727eaa46f2df3d Mon Sep 17 00:00:00 2001 From: polyecho <160427240+polyecho@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:04:44 +0900 Subject: [PATCH 1/5] Add translation section --- src/SUMMARY.md | 1 + src/introduction.md | 6 ++++++ src/reference/translations.md | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 src/reference/translations.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index cf2c97cf..4bcf0463 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -28,3 +28,4 @@ - [Which Crates Will Work Off-the-Shelf with WebAssembly?](./reference/which-crates-work-with-wasm.md) - [How to Add WebAssembly Support to a General-Purpose Crate](./reference/add-wasm-support-to-crate.md) - [Deploying Rust and WebAssembly to Production](./reference/deploying-to-production.md) + - [Translations of the Book](./reference/translations.md) diff --git a/src/introduction.md b/src/introduction.md index 1681777a..630a913e 100644 --- a/src/introduction.md +++ b/src/introduction.md @@ -27,11 +27,17 @@ The [reference sections][reference] may be perused in any order. > **💡 Tip:** You can search through this book by clicking on the 🔍 icon at the > top of the page, or by pressing the `s` key. + +## Translations + +Some community [translations](./reference/translations.md) are also available. + ## Contributing to this book This book is open source! Find a typo? Did we overlook something? [**Send us a pull request!**][repo] + [Rust]: https://www.rust-lang.org [WebAssembly]: https://webassembly.org/ [trpl]: https://doc.rust-lang.org/book/ diff --git a/src/reference/translations.md b/src/reference/translations.md new file mode 100644 index 00000000..c854911c --- /dev/null +++ b/src/reference/translations.md @@ -0,0 +1,5 @@ +# Translations of the Book + +If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a Pull Request. + +- [한국어](https://github.com/polyecho/rust-wasm-book-ko) \ No newline at end of file From 251d1a92321c3ea21cbb3dd798016854d7c5480c Mon Sep 17 00:00:00 2001 From: polyecho <160427240+polyecho@users.noreply.github.com> Date: Tue, 26 Mar 2024 23:27:03 +0900 Subject: [PATCH 2/5] Use lower case letters --- src/reference/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/translations.md b/src/reference/translations.md index c854911c..ba043651 100644 --- a/src/reference/translations.md +++ b/src/reference/translations.md @@ -1,5 +1,5 @@ # Translations of the Book -If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a Pull Request. +If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a pull request. - [한국어](https://github.com/polyecho/rust-wasm-book-ko) \ No newline at end of file From e7cc976bb5218ea2f76819e58764e0592423d62c Mon Sep 17 00:00:00 2001 From: pixelbracket <177620651+pixelbracket@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:05:27 +0900 Subject: [PATCH 3/5] Change translator name --- src/reference/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/translations.md b/src/reference/translations.md index ba043651..12f93327 100644 --- a/src/reference/translations.md +++ b/src/reference/translations.md @@ -2,4 +2,4 @@ If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a pull request. -- [한국어](https://github.com/polyecho/rust-wasm-book-ko) \ No newline at end of file +- [한국어](https://github.com/pixelbracket/rust-wasm-book-ko) \ No newline at end of file From 6f81d7555159bda045a4f17bd65c28d35696f948 Mon Sep 17 00:00:00 2001 From: evasquare <177620651+evasquare@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:27:49 +0900 Subject: [PATCH 4/5] Update url --- src/reference/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/translations.md b/src/reference/translations.md index 12f93327..0aa1f493 100644 --- a/src/reference/translations.md +++ b/src/reference/translations.md @@ -2,4 +2,4 @@ If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a pull request. -- [한국어](https://github.com/pixelbracket/rust-wasm-book-ko) \ No newline at end of file +- [한국어](https://wasm.rust-kr.org) \ No newline at end of file From 865f934ced827c0bc0a5983e11a98749c571fd07 Mon Sep 17 00:00:00 2001 From: evasquare <177620651+evasquare@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:52:27 +0900 Subject: [PATCH 5/5] Use correct repository URL --- src/reference/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/translations.md b/src/reference/translations.md index 0aa1f493..218bde24 100644 --- a/src/reference/translations.md +++ b/src/reference/translations.md @@ -2,4 +2,4 @@ If you're interested in translating the book into your own language, feel free to fork the [main repository](https://github.com/rustwasm/book) and create a pull request. -- [한국어](https://wasm.rust-kr.org) \ No newline at end of file +- [한국어](https://github.com/rust-kr/wasm.rust-kr.org) \ No newline at end of file