mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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:
parent
3ac0118b8c
commit
20762f714b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93890
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
13
share/msgdef/ja_JP.SJIS.src
Normal file
13
share/msgdef/ja_JP.SJIS.src
Normal 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
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user