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..218bde24 --- /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/rust-kr/wasm.rust-kr.org) \ No newline at end of file