2
0
Fork 0
mirror of https://github.com/Vonng/ddia.git synced 2026-06-21 00:47:05 +08:00

update zh-tw.py for the translations of Normalization and Denormalization

This commit is contained in:
Gang Yin 2025-11-17 10:54:08 +08:00
parent 4bcb233243
commit fa8f1a1472

View file

@ -59,7 +59,9 @@ def convert_file(src_filepath, dst_filepath, src_folder, dst_folder, cfg='s2twp.
.replace('下麵條件', '下面條件') # 优先按"面条"解析了?
.replace('當日志', '當日誌') # 优先按"当日"解析了?
.replace('真即時間', '真實時間') # 优先按"实时"解析了?
.replace('面向物件', '物件導向'),
.replace('面向物件', '物件導向')
.replace('非規範化', '反正規化')
.replace('規範化', '正規化'),
src_folder, dst_folder
)
for line in src))