summaryrefslogtreecommitdiffstats
path: root/share/msgdef
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/msgdef
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/msgdef')
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/ja_JP.SJIS.src13
2 files changed, 14 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 6dcd69e..18164f6 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -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
diff --git a/share/msgdef/ja_JP.SJIS.src b/share/msgdef/ja_JP.SJIS.src
new file mode 100644
index 0000000..8a209e5
--- /dev/null
+++ b/share/msgdef/ja_JP.SJIS.src
@@ -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
OpenPOWER on IntegriCloud