appendix: add translations

pull/1/head
chai2010 2016-01-13 10:39:43 +08:00
parent 488e6c6e54
commit d184cf41d8
3 changed files with 19 additions and 0 deletions

View File

@ -171,3 +171,4 @@
* [附録A原文勘誤](appendix/appendix-a-errata.md)
* [附録B作者譯者](appendix/appendix-b-author.md)
* [附録C譯文授權](appendix/appendix-c-cpoyright.md)
* [附録D其它語言](appendix/appendix-d-translations.md)

View File

@ -126,3 +126,4 @@
* [附録A原文勘誤](appendix/appendix-a-errata.md)
* [附録B作者譯者](appendix/appendix-b-author.md)
* [附録C譯文授權](appendix/appendix-c-cpoyright.md)
* [附録D其它語言](appendix/appendix-d-translations.md)

View File

@ -0,0 +1,17 @@
## 附録D其它語言
下表是 [The Go Programming Language](http://www.gopl.io/) 其它語言版本:
語言 | 鏈接 | 時間 | 譯者 | ISBN
---- | ---- | ---- | ---- | ----
中文 | [《Go語言聖經》][gopl-zh] | 2016/2/1 | chai2010, CrazySssst, foreversmart, Xargin | ?
韓語 | [Acorn Publishing (Korea)](http://www.acornpub.co.kr/) | 2016 | ? | ?
俄語 | [Williams Publishing (Russia)](http://www.williamspublishing.com/) | 2016 | ? | ?
波蘭語 | [Helion (Poland)](http://helion.pl/) | 2016 | ? | ? |
日語 | [Maruzen Publishing (Japan)](http://www.maruzen.co.jp/corp/en/services/publishing.html) | 2017 | Yoshiki Shibata | ?
葡萄牙語 | [Novatec Editora (Brazil)](http://novatec.com.br/) |2017 | ? | ?
中文簡體 | [Pearson Education Asia](http://www.pearsonapac.com/) |2017 | ? | ?
中文繁體 | [Gotop Information (Taiwan)](http://www.gotop.com.tw/) | 2017 | ? | ?
[gopl-zh]: http://golang-china.github.io/gopl-zh/ "《Go語言聖經》"