aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/bin
diff options
context:
space:
mode:
authorAnthony Fok <foka>2002-10-23 20:44:47 +0000
committerAnthony Fok <foka>2002-10-23 20:44:47 +0000
commitf96f9bbe04271f65aad1737699f776d15ce8a65b (patch)
treea536e44d45cfe45de4c2a575025fc061ea88bcf6 /chinese/bin
parent26c4a54eb847cd8ecff305729a0446ea0866f48b (diff)
Improved tocn.pl's handling of "Software Package" (TW->CN)
CVS version numbers chinese/bin/tocn.pl: 1.26 -> 1.27
Diffstat (limited to 'chinese/bin')
-rwxr-xr-xchinese/bin/tocn.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/bin/tocn.pl b/chinese/bin/tocn.pl
index 1e97a04166f..6abcc22f67e 100755
--- a/chinese/bin/tocn.pl
+++ b/chinese/bin/tocn.pl
@@ -21,7 +21,8 @@ s|^<A href=".*">(&#20013;&#25991;&nbsp;.+CN.+)</A>(?=&nbsp;)|<B>$1</B>|;
# s/\<t\<文件\>\>/文档/g;
# s/\<t\<延伸\>\>/扩展/g;
-s/软件套件/软件包/g;
+s/软(?:体|件)套件/软件包/g;
+s/命令稿/脚本/g;
s/(?:启|起)动磁(?:碟|片)/启动盘/g;
s/引导盘/启动盘/g;
s/(?:救援|急救)磁(?:碟|片)/急救盘/g;

© 2014-2024 Faster IT GmbH | imprint | privacy policy