summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-08 23:06:11 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-08 23:06:11 +0000
commit3475ac94082cb466dbe048767521e8b7453101f0 (patch)
treead2c3318e6c1a6eced2234158cd1f6f6da6a4dea /share/monetdef
parent38a15079cdaa8e4c8afb6e2d946e1d02a9b4de39 (diff)
downloadFreeBSD-src-3475ac94082cb466dbe048767521e8b7453101f0.zip
FreeBSD-src-3475ac94082cb466dbe048767521e8b7453101f0.tar.gz
Apply clue to mind and correct the ISO setting to the correct one.
This adds LC_MESSAGES, LC_MONETARY, and LC_NUMERIC suppport for nl_NL locales.
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile2
-rw-r--r--share/monetdef/nl_NL.ISO8859-1.src (renamed from share/monetdef/nl_NL.ISO_8859-9.src)0
-rw-r--r--share/monetdef/nl_NL.ISO_8859-1.src36
3 files changed, 37 insertions, 1 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 1424e92..28fd8f6 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -4,7 +4,7 @@ NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
- nl_NL.ISO_8859-9 \
+ nl_NL.ISO_8859-1 \
ru_RU.KOI8-R
LOCALEDIR= ${DESTDIR}/usr/share/locale
diff --git a/share/monetdef/nl_NL.ISO_8859-9.src b/share/monetdef/nl_NL.ISO8859-1.src
index acf7cc1..acf7cc1 100644
--- a/share/monetdef/nl_NL.ISO_8859-9.src
+++ b/share/monetdef/nl_NL.ISO8859-1.src
diff --git a/share/monetdef/nl_NL.ISO_8859-1.src b/share/monetdef/nl_NL.ISO_8859-1.src
new file mode 100644
index 0000000..acf7cc1
--- /dev/null
+++ b/share/monetdef/nl_NL.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
+NLG
+# currency_symbol
+fl
+# 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
+1
+# n_cs_precedes
+1
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+2
+# EOF
OpenPOWER on IntegriCloud