summaryrefslogtreecommitdiffstats
path: root/share/numericdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-08 22:49:38 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-08 22:49:38 +0000
commitf13568e414d095f23cc227e8dbc79e9cc486a1bf (patch)
tree25e2d0b026d12197104e7a847bf2cdc1d39116b8 /share/numericdef
parent8ccc594b1b36311c6b449a1786030c3095ee5af2 (diff)
downloadFreeBSD-src-f13568e414d095f23cc227e8dbc79e9cc486a1bf.zip
FreeBSD-src-f13568e414d095f23cc227e8dbc79e9cc486a1bf.tar.gz
Add LC_NUMERIC, LC_MONETARY, and LC_MESSAGES definitions for
nl_NL.ISO_8859-9.
Diffstat (limited to 'share/numericdef')
-rw-r--r--share/numericdef/Makefile1
-rw-r--r--share/numericdef/nl_NL.ISO-8859-9.src12
2 files changed, 13 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index 466f1cc..3b9dbe1 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -4,6 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
+ nl_NL.ISO_8859-9 \
ru_RU.KOI8-R
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/numericdef/nl_NL.ISO-8859-9.src b/share/numericdef/nl_NL.ISO-8859-9.src
new file mode 100644
index 0000000..77ab0aa
--- /dev/null
+++ b/share/numericdef/nl_NL.ISO-8859-9.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
+0;0
+# EOF
OpenPOWER on IntegriCloud