aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2003-11-06 23:43:40 +0000
committerDavid Xu <davidxu@FreeBSD.org>2003-11-06 23:43:40 +0000
commit0a67d47202bc55ed183deb1d08385a0e071e0f5f (patch)
tree7b9485c2c07cabafacd161428111e6030258def6 /share/msgdef
parent7af6cc7dee246f33062903d83c5ff49f2d1f7acd (diff)
downloadsrc-0a67d47202bc55ed183deb1d08385a0e071e0f5f.tar.gz
src-0a67d47202bc55ed183deb1d08385a0e071e0f5f.zip
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.
Notes
Notes: svn path=/head/; revision=122178
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index c9028df93c55..b1e9459774ca 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -129,5 +129,7 @@ afterinstall:
.endfor
ln -sf ../ko_KR.eucKR/LC_MESSAGES \
${LOCALEDIR}/ko_KR.CP949/LC_MESSAGES
+ ln -sf ../zh_CN.GB2312/LC_MESSAGES \
+ ${LOCALEDIR}/zh_CN.GBK/LC_MESSAGES
.include <bsd.prog.mk>