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.
This commit is contained in:
David Xu 2003-11-06 23:43:40 +00:00
parent 7af6cc7dee
commit 0a67d47202
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122178
3 changed files with 6 additions and 2 deletions

View File

@ -95,5 +95,6 @@ afterinstall:
${LOCALEDIR}/ja_JP.SJIS/LC_MONETARY
ln -sf ../ko_KR.eucKR/LC_MONETARY \
${LOCALEDIR}/ko_KR.CP949/LC_MONETARY
ln -sf ../zh_CN.GB2312/LC_MONETARY \
${LOCALEDIR}/zh_CN.GBK/LC_MONETARY
.include <bsd.prog.mk>

View File

@ -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>

View File

@ -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 <bsd.prog.mk>