diff --git a/README.md b/README.md index 4aaca0f..62fe23b 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ See the awesome repo [kud1ing/awesome-rust](https://github.com/kud1ing/awesome-r * [Brazilian Portuguese](pt_BR.md) * [French](fr_FR.md) * [Russian](ru_RU.md) +* [Korean](ko_KR.md) +* [Chinese](zh_CN.md) +* [Spanish](es_ES.md) +* [German](de_DE.md) ## People This is the official [Rust Team](http://www.rust-lang.org/team.html) and [Servo Team](https://github.com/orgs/servo/people) diff --git a/de_DE.md b/de_DE.md new file mode 100644 index 0000000..f9b51de --- /dev/null +++ b/de_DE.md @@ -0,0 +1,5 @@ +# rust-learning + +## German + +* [Translation of the official The Rust Programming Language book](https://panicbit.github.io/rustbook-de) \ No newline at end of file diff --git a/es_ES.md b/es_ES.md new file mode 100644 index 0000000..0cbf575 --- /dev/null +++ b/es_ES.md @@ -0,0 +1,5 @@ +# rust-learning + +## Spanish + +* [Translation of the official The Rust Programming Language book](https://goyox86.github.io/elpr) diff --git a/ko_KR.md b/ko_KR.md new file mode 100644 index 0000000..8435c69 --- /dev/null +++ b/ko_KR.md @@ -0,0 +1,5 @@ +# rust-learning + +## Korean + +* [Translation of the official The Rust Programming Language book](https://github.com/rust-kr/doc.rust-kr.org) \ No newline at end of file diff --git a/zh_CN.md b/zh_CN.md new file mode 100644 index 0000000..3dbf98b --- /dev/null +++ b/zh_CN.md @@ -0,0 +1,5 @@ +# rust-learning + +## Chinese + +* [Translation of the official The Rust Programming Language book](https://github.com/KaiserY/rust-book-chinese)