Skip to content

Commit fa8f1a1

Browse files
committed
update zh-tw.py for the translations of Normalization and Denormalization
1 parent 4bcb233 commit fa8f1a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/zh-tw.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ def convert_file(src_filepath, dst_filepath, src_folder, dst_folder, cfg='s2twp.
5959
.replace('下麵條件', '下面條件') # 优先按"面条"解析了?
6060
.replace('當日志', '當日誌') # 优先按"当日"解析了?
6161
.replace('真即時間', '真實時間') # 优先按"实时"解析了?
62-
.replace('面向物件', '物件導向'),
62+
.replace('面向物件', '物件導向')
63+
.replace('非規範化', '反正規化')
64+
.replace('規範化', '正規化'),
6365
src_folder, dst_folder
6466
)
6567
for line in src))

0 commit comments

Comments
 (0)