summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-09 12:08:12 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-09 12:08:12 +0000
commit308dc0dab7e78615e76e8f31f69d2058f49e4d79 (patch)
treed200f64733aab93491b96c2e9e20a43e2ead6832 /share
parent9b5f9b1acae3bda4d93c97f884460d49a9195ab8 (diff)
downloadFreeBSD-src-308dc0dab7e78615e76e8f31f69d2058f49e4d79.zip
FreeBSD-src-308dc0dab7e78615e76e8f31f69d2058f49e4d79.tar.gz
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share')
-rw-r--r--share/monetdef/Makefile3
-rw-r--r--share/monetdef/da_DK.ISO8859-1.src36
-rw-r--r--share/monetdef/da_DK.ISO_8859-1.src36
-rw-r--r--share/msgdef/Makefile3
-rw-r--r--share/msgdef/da_DK.ISO8859-1.src10
-rw-r--r--share/msgdef/da_DK.ISO_8859-1.src10
-rw-r--r--share/numericdef/Makefile3
-rw-r--r--share/numericdef/da_DK.ISO8859-1.src12
-rw-r--r--share/numericdef/da_DK.ISO_8859-1.src12
9 files changed, 122 insertions, 3 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index df6ed35..a0e5e67 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= en_US.ISO_8859-1 \
+LOCALES= da_DK.ISO_8859-1 \
+ en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
ru_RU.KOI8-R \
diff --git a/share/monetdef/da_DK.ISO8859-1.src b/share/monetdef/da_DK.ISO8859-1.src
new file mode 100644
index 0000000..b1265f6
--- /dev/null
+++ b/share/monetdef/da_DK.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
+DKK
+# 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
+1
+# p_sep_by_space
+2
+# n_cs_precedes
+1
+# n_sep_by_space
+2
+# p_sign_posn
+4
+# n_sign_posn
+4
+# EOF
diff --git a/share/monetdef/da_DK.ISO_8859-1.src b/share/monetdef/da_DK.ISO_8859-1.src
new file mode 100644
index 0000000..b1265f6
--- /dev/null
+++ b/share/monetdef/da_DK.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
+DKK
+# 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
+1
+# p_sep_by_space
+2
+# n_cs_precedes
+1
+# n_sep_by_space
+2
+# p_sign_posn
+4
+# n_sign_posn
+4
+# EOF
diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile
index e92456b..b789547 100644
--- a/share/msgdef/Makefile
+++ b/share/msgdef/Makefile
@@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= en_US.ISO_8859-1 \
+LOCALES= da_DK.ISO_8859-1 \
+ en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
ru_RU.KOI8-R \
diff --git a/share/msgdef/da_DK.ISO8859-1.src b/share/msgdef/da_DK.ISO8859-1.src
new file mode 100644
index 0000000..a87da07
--- /dev/null
+++ b/share/msgdef/da_DK.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/da_DK.ISO_8859-1.src b/share/msgdef/da_DK.ISO_8859-1.src
new file mode 100644
index 0000000..a87da07
--- /dev/null
+++ b/share/msgdef/da_DK.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 e514177..59e9767 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -3,7 +3,8 @@
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
-LOCALES= en_US.ISO_8859-1 \
+LOCALES= da_DK.ISO_8859-1 \
+ en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
no_NO.ISO_8859-1 \
ru_RU.KOI8-R \
diff --git a/share/numericdef/da_DK.ISO8859-1.src b/share/numericdef/da_DK.ISO8859-1.src
new file mode 100644
index 0000000..20911c9
--- /dev/null
+++ b/share/numericdef/da_DK.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/da_DK.ISO_8859-1.src b/share/numericdef/da_DK.ISO_8859-1.src
new file mode 100644
index 0000000..20911c9
--- /dev/null
+++ b/share/numericdef/da_DK.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