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:
parent
e28905d4a5
commit
62eecd357e
@ -95,5 +95,6 @@ afterinstall:
|
|||||||
${LOCALEDIR}/ja_JP.SJIS/LC_MONETARY
|
${LOCALEDIR}/ja_JP.SJIS/LC_MONETARY
|
||||||
ln -sf ../ko_KR.eucKR/LC_MONETARY \
|
ln -sf ../ko_KR.eucKR/LC_MONETARY \
|
||||||
${LOCALEDIR}/ko_KR.CP949/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>
|
.include <bsd.prog.mk>
|
||||||
|
@ -129,5 +129,7 @@ afterinstall:
|
|||||||
.endfor
|
.endfor
|
||||||
ln -sf ../ko_KR.eucKR/LC_MESSAGES \
|
ln -sf ../ko_KR.eucKR/LC_MESSAGES \
|
||||||
${LOCALEDIR}/ko_KR.CP949/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>
|
.include <bsd.prog.mk>
|
||||||
|
@ -134,5 +134,6 @@ afterinstall:
|
|||||||
${LOCALEDIR}/af_ZA.ISO8859-15/LC_TIME
|
${LOCALEDIR}/af_ZA.ISO8859-15/LC_TIME
|
||||||
ln -fs ../ko_KR.eucKR/LC_TIME \
|
ln -fs ../ko_KR.eucKR/LC_TIME \
|
||||||
${LOCALEDIR}/ko_KR.CP949/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>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user