fix: zh-tw 日志 to 日誌

This commit is contained in:
kimi 2023-11-23 13:23:54 +08:00
parent c4da84772c
commit 4606cef000
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ def convert(src_path, dst_path, cfg='s2twp.json'):
.replace('倒黴', '倒楣') .replace('倒黴', '倒楣')
.replace('區域性性', '區域性') .replace('區域性性', '區域性')
.replace('下麵', '下面') .replace('下麵', '下面')
.replace('日志', '日誌')
for line in src)) for line in src))
print("convert %s to %s" % (src_path, dst_path)) print("convert %s to %s" % (src_path, dst_path))

View File

@ -1055,5 +1055,5 @@ ZooKeeper 和它的小夥伴們可以看作是成員資格服務membership se
------ ------
| 上一章 | 目錄 | 下一章 | | 上一章 | 目錄 | 下一章 |
|------------------------------------|---------------------------------|-----------------------------------| | ---------------------------------- | ------------------------------- | --------------------------------- |
| [第八章:分散式系統的麻煩](ch8.md) | [設計資料密集型應用](README.md) | [第三部分:衍生資料](part-iii.md) | | [第八章:分散式系統的麻煩](ch8.md) | [設計資料密集型應用](README.md) | [第三部分:衍生資料](part-iii.md) |