From 62eecd357e24f85f65b49a9b4f5e333875b753af Mon Sep 17 00:00:00 2001 From: davidxu Date: Thu, 6 Nov 2003 23:43:40 +0000 Subject: Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks to zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists. --- share/timedef/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share/timedef/Makefile') diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 2339e24..c1f7ba6 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -134,5 +134,6 @@ afterinstall: ${LOCALEDIR}/af_ZA.ISO8859-15/LC_TIME ln -fs ../ko_KR.eucKR/LC_TIME \ ${LOCALEDIR}/ko_KR.CP949/LC_TIME - + ln -fs ../zh_CN.GB2312/LC_TIME \ + ${LOCALEDIR}/zh_CN.GBK/LC_TIME .include -- cgit v1.1