Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Korean translation and "translations" section #316

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 5 additions & 0 deletions src/reference/translations.md
Original file line number Diff line number Diff line change
@@ -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/pixelbracket/rust-wasm-book-ko)