From 79c4a3442c2e9c04e836ec12e479f2848fadf7b0 Mon Sep 17 00:00:00 2001 From: Vonng Date: Mon, 12 Oct 2020 16:23:56 +0800 Subject: [PATCH] merge zh-tw version --- README.md | 2 ++ Pipfile => bin/Pipfile | 0 Pipfile.lock => bin/Pipfile.lock | 0 {scripts => bin}/translate.py | 0 4 files changed, 2 insertions(+) rename Pipfile => bin/Pipfile (100%) rename Pipfile.lock => bin/Pipfile.lock (100%) rename {scripts => bin}/translate.py (100%) diff --git a/README.md b/README.md index b09ba0d..79163d4 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ - Gitbook地址:[ddia-cn](https://www.gitbook.com/book/vonng/ddia-cn) - 使用[Typora](https://www.typora.io)或Gitbook以获取最佳阅读体验。 +* [繁體中文版本](zh-tw/README.md) @@ -89,6 +90,7 @@ 3. [第六章部分校正](https://github.com/Vonng/ddia/commit/d4eb0852c0ec1e93c8aacc496c80b915bb1e6d48) 与[第10章的初翻](https://github.com/Vonng/ddia/commit/9de8dbd1bfe6fbb03b3bf6c1a1aa2291aed2490e) by @[MuAlex](https://github.com/Vonng/ddia/commits?author=MuAlex) 4. 第一部分前言,ch2校正 by @jiajiadebug 5. 词汇表、后记关于野猪的部分 by @[Chowss](https://github.com/Vonng/ddia/commits?author=Chowss) +6. 感謝[@afunTW](https://github.com/afunTW)提供繁體中文的版本 https://github.com/Vonng/ddia/pulls) diff --git a/Pipfile b/bin/Pipfile similarity index 100% rename from Pipfile rename to bin/Pipfile diff --git a/Pipfile.lock b/bin/Pipfile.lock similarity index 100% rename from Pipfile.lock rename to bin/Pipfile.lock diff --git a/scripts/translate.py b/bin/translate.py similarity index 100% rename from scripts/translate.py rename to bin/translate.py