diff options
| author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
|---|---|---|
| committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-02-17 18:45:08 +0000 |
| commit | 3a0690fde32706e9b5b2467a7d4ab9203d54590b (patch) | |
| tree | e8ec51d80e3edd5fd57c92345e79dfd22f8b0786 /share/msgdef | |
| parent | e191b7bd7217376c507a8a692caccb35b392277c (diff) | |
Notes
Diffstat (limited to 'share/msgdef')
| -rw-r--r-- | share/msgdef/Makefile | 4 | ||||
| -rw-r--r-- | share/msgdef/zh_CN.EUC.src | 14 | ||||
| -rw-r--r-- | share/msgdef/zh_CN.eucCN.src | 14 | ||||
| -rw-r--r-- | share/msgdef/zh_TW.Big5.src | 14 |
4 files changed, 45 insertions, 1 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 79fdfec17bd8..9c52fb46c872 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -19,7 +19,9 @@ LOCALES= af_ZA.ISO_8859-1 \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ ko_KR.EUC \ - ja_JP.EUC + ja_JP.EUC \ + zh_TW.Big5 \ + zh_CN.EUC ENGLISH= en_US.ISO_8859-1 ENGLISHLINKS= en_AU.ISO_8859-1 en_CA.ISO_8859-1 en_GB.ISO_8859-1 \ diff --git a/share/msgdef/zh_CN.EUC.src b/share/msgdef/zh_CN.EUC.src new file mode 100644 index 000000000000..6e9cd83e04e3 --- /dev/null +++ b/share/msgdef/zh_CN.EUC.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF diff --git a/share/msgdef/zh_CN.eucCN.src b/share/msgdef/zh_CN.eucCN.src new file mode 100644 index 000000000000..6e9cd83e04e3 --- /dev/null +++ b/share/msgdef/zh_CN.eucCN.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yYyY是].* +# noexpr +^[nNnN不否].* +# yesstr +是 +# nostr +否 +# EOF diff --git a/share/msgdef/zh_TW.Big5.src b/share/msgdef/zh_TW.Big5.src new file mode 100644 index 000000000000..cc1bfce72027 --- /dev/null +++ b/share/msgdef/zh_TW.Big5.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY㈢琌].* +# noexpr +^[nNⅥ④ぃ].* +# yesstr +琌 +# nostr + +# EOF |
