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/numericdef/Makefile | |
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/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 4cfd064..d0fb279 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -39,8 +39,7 @@ LOCALES= af_ZA.ISO8859-1 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.KOI8-U \ - zh_CN.eucCN \ - zh_TW.Big5 + zh_CN.eucCN LOCALEDIR= ${DESTDIR}/usr/share/locale @@ -56,7 +55,7 @@ IT_LINKS= it_CH BE_LINKS= nl_BE RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 UA_LINKS= uk_UA.ISO8859-5 -CN_LINKS= zh_CN.GBK +CN_LINKS= zh_CN.GB18030 zh_CN.GBK zh_TW.Big5 .SUFFIXES: .src .out |