Unbreak ja_JP.SJIS locale by adding following associations:

LC_NUMERIC:     ja_JP.eucJP -> ja_JP.SJIS
        LC_MONETARY:    ja_JP.eucJP -> ja_JP.SJIS
        LC_MESSAGES:    en_GB.ISO8859-1 -> ja_JP.SJIS

2Japansese folks: Feel free to fix as you desire correct.
This commit is contained in:
Alexey Zelkin 2002-04-05 15:39:16 +00:00
parent 3ac0118b8c
commit 20762f714b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93890
4 changed files with 18 additions and 0 deletions

View File

@ -82,5 +82,7 @@ afterinstall:
ln -sf ../${CH_SRC}.ISO8859-1/LC_MONETARY \
${LOCALEDIR}/${link}.ISO8859-1/LC_MONETARY
.endfor
ln -sf ../ja_JP.eucJP/LC_MONETARY \
${LOCALEDIR}/ja_JP.SJIS/LC_MONETARY
.include <bsd.prog.mk>

View File

@ -38,6 +38,7 @@ LOCALES= af_ZA.ISO8859-1 \
uk_UA.KOI8-U \
ko_KR.eucKR \
ja_JP.eucJP \
ja_JP.SJIS \
zh_TW.Big5 \
zh_CN.eucCN

View File

@ -0,0 +1,13 @@
# $FreeBSD$
#
# XXX: ja_JP.SJIS contains english messages only. Someone familiar with
# this locale is wanted to complete it!
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# yesexpr
^[yY].*
# noexpr
^[nN].*
# EOF

View File

@ -114,5 +114,7 @@ afterinstall:
ln -sf ../${link}.ISO8859-1/LC_NUMERIC \
${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC
.endfor
ln -sf ../ja_JP.eucJP/LC_NUMERIC \
${LOCALEDIR}/ja_JP.SJIS/LC_NUMERIC
.include <bsd.prog.mk>