diff options
author | ache <ache@FreeBSD.org> | 2003-07-29 16:12:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-07-29 16:12:56 +0000 |
commit | 74be324290a932455ed6c75eb6f8aa88c1b8eac5 (patch) | |
tree | 546b351b29469749ec7a4fd7d9d841c22a29fb68 /share/msgdef | |
parent | 46edc7497d2258dc665970daf2105672a2292607 (diff) | |
download | FreeBSD-src-74be324290a932455ed6c75eb6f8aa88c1b8eac5.zip FreeBSD-src-74be324290a932455ed6c75eb6f8aa88c1b8eac5.tar.gz |
Add GB18030 locale
PR: 51729
Submitted by: Kang Liu <liukang@bjpu.edu.cn>
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 5 | ||||
-rw-r--r-- | share/msgdef/zh_CN.GB18030.src | 14 |
2 files changed, 17 insertions, 2 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 0ffa2f0..263c1b1 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -45,8 +45,9 @@ LOCALES= af_ZA.ISO8859-1 \ ko_KR.eucKR \ ja_JP.eucJP \ ja_JP.SJIS \ - zh_TW.Big5 \ - zh_CN.eucCN + zh_CN.eucCN \ + zh_CN.GB18030 \ + zh_TW.Big5 LOCALEDIR= ${DESTDIR}/usr/share/locale diff --git a/share/msgdef/zh_CN.GB18030.src b/share/msgdef/zh_CN.GB18030.src new file mode 100644 index 0000000..6e9cd83 --- /dev/null +++ b/share/msgdef/zh_CN.GB18030.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 |