diff options
author | davidxu <davidxu@FreeBSD.org> | 2003-11-05 23:39:03 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2003-11-05 23:39:03 +0000 |
commit | 09e99681c0a5abf9fd6d76407d5adb96f3d3c96e (patch) | |
tree | d38cfbd61f819921f415671d76cb1d05493a749a /share/numericdef/Makefile | |
parent | 770a322a3592f7838e896330152566d6ebe42334 (diff) | |
download | FreeBSD-src-09e99681c0a5abf9fd6d76407d5adb96f3d3c96e.zip FreeBSD-src-09e99681c0a5abf9fd6d76407d5adb96f3d3c96e.tar.gz |
Enable GB2312 locale.
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index f5b62fa..12337f3 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -56,7 +56,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.GB18030 zh_CN.GBK zh_TW.Big5 +CN_LINKS= zh_CN.GB18030 zh_CN.GB2312 zh_CN.GBK zh_TW.Big5 .SUFFIXES: .src .out |