From 11f67bfc4a89671fb3cf961bbc363d6f0ac86389 Mon Sep 17 00:00:00 2001 From: keith Date: Sat, 17 Feb 2001 18:45:08 +0000 Subject: Add LC_MESSAGES, LC_MONETARY, and LC_NUMERIC supports to both zh_TW.Big5 and zh_CN.EUC locales. Approved by: ache --- share/msgdef/Makefile | 4 +++- share/msgdef/zh_CN.EUC.src | 14 ++++++++++++++ share/msgdef/zh_CN.eucCN.src | 14 ++++++++++++++ share/msgdef/zh_TW.Big5.src | 14 ++++++++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 share/msgdef/zh_CN.EUC.src create mode 100644 share/msgdef/zh_CN.eucCN.src create mode 100644 share/msgdef/zh_TW.Big5.src (limited to 'share/msgdef') diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 79fdfec..9c52fb4 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 0000000..6e9cd83 --- /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 0000000..6e9cd83 --- /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 0000000..cc1bfce --- /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 -- cgit v1.1