From d0c724a43791aa53da4ae0436790041cf0c36a91 Mon Sep 17 00:00:00 2001 From: nkypy Date: Sat, 20 Aug 2016 21:05:20 +0800 Subject: [PATCH 1/2] add some chinese translations of elixir and phoenix --- free-programming-books-zh.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index aa823eea3..2915c86c2 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -35,6 +35,7 @@ * [CoffeeScript](#coffeescript) * [Dart](#dart) * [Elasticsearch](#elasticsearch) + * [Elixir](#elixir) * [Erlang](#erlang) * [Fortran](#fortran) * [Golang](#golang) @@ -382,6 +383,14 @@ * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/) +### Elixir + +* [Elixir 编程语言教程](https://elixirschool.com/cn/) (Elixir School) +* [Elixir Getting Started 中文翻译](https://github.com/Ljzn/ElixrGettingStartedChinese) +* [Elixir元编程与DSL 中文翻译](https://github.com/Ljzn/MetaProgrammingInElixirChinese) +* [Phoenix 框架中文文档](https://mydearxym.gitbooks.io/phoenix-doc-in-chinese/content/) + + ### Erlang * [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版) From 11704f281272926f17e9bacdcd6939479a2655f5 Mon Sep 17 00:00:00 2001 From: Victor Felder Date: Sun, 2 Oct 2016 12:11:33 +0200 Subject: [PATCH 2/2] Fix ordering --- free-programming-books-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index 2915c86c2..1578a56a0 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -385,8 +385,8 @@ ### Elixir -* [Elixir 编程语言教程](https://elixirschool.com/cn/) (Elixir School) * [Elixir Getting Started 中文翻译](https://github.com/Ljzn/ElixrGettingStartedChinese) +* [Elixir 编程语言教程](https://elixirschool.com/cn/) (Elixir School) * [Elixir元编程与DSL 中文翻译](https://github.com/Ljzn/MetaProgrammingInElixirChinese) * [Phoenix 框架中文文档](https://mydearxym.gitbooks.io/phoenix-doc-in-chinese/content/)