add some chinese translations of elixir and phoenix

This commit is contained in:
nkypy 2016-08-20 21:05:20 +08:00
parent 48070d223c
commit d0c724a437
1 changed files with 9 additions and 0 deletions

View File

@ -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)》中文版)