summaryrefslogtreecommitdiffstats
path: root/share/monetdef
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/monetdef
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/monetdef')
-rw-r--r--share/monetdef/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 7613ff9..b9bc763 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -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>
OpenPOWER on IntegriCloud