aboutsummaryrefslogtreecommitdiff
path: root/share/msgdef
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 14:08:52 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 14:08:52 +0000
commitcfadd9d48482e94be4d65059137d8a38762fb776 (patch)
tree1ebd43c6739aa9b5f1809993ebc6fd7970c41adf /share/msgdef
parent411852193a17097397dee3cf7fca4d8e40efc6f4 (diff)
downloadsrc-cfadd9d48482e94be4d65059137d8a38762fb776.tar.gz
src-cfadd9d48482e94be4d65059137d8a38762fb776.zip
Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Notes
Notes: svn path=/head/; revision=72218
Diffstat (limited to 'share/msgdef')
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/is_IS.ISO8859-1.src10
-rw-r--r--share/msgdef/is_IS.ISO_8859-1.src10
3 files changed, 21 insertions, 0 deletions
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 924ba3d7947e..667664dc6653 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -9,6 +9,7 @@ LOCALES= af_ZA.ISO_8859-1 \
en_US.ISO_8859-1 \
fi_FI.ISO_8859-1 \
fr_FR.ISO_8859-1 \
+ is_IS.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
ru_RU.KOI8-R \
diff --git a/share/msgdef/is_IS.ISO8859-1.src b/share/msgdef/is_IS.ISO8859-1.src
new file mode 100644
index 000000000000..a87da07feee2
--- /dev/null
+++ b/share/msgdef/is_IS.ISO8859-1.src
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF
diff --git a/share/msgdef/is_IS.ISO_8859-1.src b/share/msgdef/is_IS.ISO_8859-1.src
new file mode 100644
index 000000000000..a87da07feee2
--- /dev/null
+++ b/share/msgdef/is_IS.ISO_8859-1.src
@@ -0,0 +1,10 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# yesexpr
+^[jJyY].*
+# noexpr
+^[nN].*
+# EOF