From 4606cef0000a62be490970c9d61c8e3df3dadba9 Mon Sep 17 00:00:00 2001 From: kimi Date: Thu, 23 Nov 2023 13:23:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20zh-tw=20=E6=97=A5=E5=BF=97=20to=20?= =?UTF-8?q?=E6=97=A5=E8=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/zh-tw.py | 1 + zh-tw/ch9.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/zh-tw.py b/bin/zh-tw.py index 485fa27..05b2cf9 100755 --- a/bin/zh-tw.py +++ b/bin/zh-tw.py @@ -17,6 +17,7 @@ def convert(src_path, dst_path, cfg='s2twp.json'): .replace('倒黴', '倒楣') .replace('區域性性', '區域性') .replace('下麵', '下面') + .replace('日志', '日誌') for line in src)) print("convert %s to %s" % (src_path, dst_path)) diff --git a/zh-tw/ch9.md b/zh-tw/ch9.md index 05f03b5..5ee3e47 100644 --- a/zh-tw/ch9.md +++ b/zh-tw/ch9.md @@ -1055,5 +1055,5 @@ ZooKeeper 和它的小夥伴們可以看作是成員資格服務(membership se ------ | 上一章 | 目錄 | 下一章 | -|------------------------------------|---------------------------------|-----------------------------------| +| ---------------------------------- | ------------------------------- | --------------------------------- | | [第八章:分散式系統的麻煩](ch8.md) | [設計資料密集型應用](README.md) | [第三部分:衍生資料](part-iii.md) |