aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 12:08:12 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-02-09 12:08:12 +0000
commit26f019caddd9b76423c95b5c8aa3168c1297d2e3 (patch)
treedf454cdc27de7180f265ed90b5c00a2ab964d856 /share/numericdef
parent46c74f74a412a567ab26b9217b626f692675b150 (diff)
downloadsrc-26f019caddd9b76423c95b5c8aa3168c1297d2e3.tar.gz
src-26f019caddd9b76423c95b5c8aa3168c1297d2e3.zip
Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Notes
Notes: svn path=/head/; revision=72210
Diffstat (limited to 'share/numericdef')
-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
3 files changed, 26 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index e51417767901..59e976701d79 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 000000000000..20911c971968
--- /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 000000000000..20911c971968
--- /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