summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-04-05 15:39:16 +0000
committerphantom <phantom@FreeBSD.org>2002-04-05 15:39:16 +0000
commit88fdbeb725af8d236c196084e55966d2a2a7f802 (patch)
treeeb32389859b8382f1007ec8972e43c9ed8aa30df /share/numericdef
parent86d0db992df2271f0df88bae0e91013c44807242 (diff)
downloadFreeBSD-src-88fdbeb725af8d236c196084e55966d2a2a7f802.zip
FreeBSD-src-88fdbeb725af8d236c196084e55966d2a2a7f802.tar.gz
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.
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 49a42c7..550ba44 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -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>
OpenPOWER on IntegriCloud