summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-09 14:08:52 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-09 14:08:52 +0000
commit2e93f42b58fb4f526f47e6fe65da97a495aa4c0a (patch)
tree3f30a1d8ef00c9a61484f4473c7a3686da338736
parente71edef85df43629284ab8f657180cf78f9aeaf2 (diff)
downloadFreeBSD-src-2e93f42b58fb4f526f47e6fe65da97a495aa4c0a.zip
FreeBSD-src-2e93f42b58fb4f526f47e6fe65da97a495aa4c0a.tar.gz
Add is_IS locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
-rw-r--r--share/monetdef/Makefile1
-rw-r--r--share/monetdef/is_IS.ISO8859-1.src36
-rw-r--r--share/monetdef/is_IS.ISO_8859-1.src36
-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
-rw-r--r--share/numericdef/Makefile1
-rw-r--r--share/numericdef/is_IS.ISO8859-1.src12
-rw-r--r--share/numericdef/is_IS.ISO_8859-1.src12
9 files changed, 119 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index a90f8b9..abd8c55 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/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/monetdef/is_IS.ISO8859-1.src b/share/monetdef/is_IS.ISO8859-1.src
new file mode 100644
index 0000000..4d40b9f
--- /dev/null
+++ b/share/monetdef/is_IS.ISO8859-1.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+ISK
+# currency_symbol
+kr
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff --git a/share/monetdef/is_IS.ISO_8859-1.src b/share/monetdef/is_IS.ISO_8859-1.src
new file mode 100644
index 0000000..4d40b9f
--- /dev/null
+++ b/share/monetdef/is_IS.ISO_8859-1.src
@@ -0,0 +1,36 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol
+ISK
+# currency_symbol
+kr
+# mon_decimal_point
+,
+# mon_thousands_sep
+.
+# mon_grouping
+3;3
+# positive_sign
+
+# negative_sign
+-
+# int_frac_digits
+2
+# frac_digits
+2
+# p_cs_precedes
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index 924ba3d..667664d 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 0000000..a87da07
--- /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 0000000..a87da07
--- /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
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 4bc9b22..5c8f5d7 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/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/numericdef/is_IS.ISO8859-1.src b/share/numericdef/is_IS.ISO8859-1.src
new file mode 100644
index 0000000..6867781
--- /dev/null
+++ b/share/numericdef/is_IS.ISO8859-1.src
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+,
+# thousands_sep
+
+# grouping
+3;3
+# EOF
diff --git a/share/numericdef/is_IS.ISO_8859-1.src b/share/numericdef/is_IS.ISO_8859-1.src
new file mode 100644
index 0000000..6867781
--- /dev/null
+++ b/share/numericdef/is_IS.ISO_8859-1.src
@@ -0,0 +1,12 @@
+# $FreeBSD$
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# decimal_point
+,
+# thousands_sep
+
+# grouping
+3;3
+# EOF
OpenPOWER on IntegriCloud