summaryrefslogtreecommitdiffstats
path: root/share/monetdef
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-02-09 11:53:55 +0000
committerasmodai <asmodai@FreeBSD.org>2001-02-09 11:53:55 +0000
commit9b5f9b1acae3bda4d93c97f884460d49a9195ab8 (patch)
treeadb26f7145a37ab1d87cd8241e08c1c3a6597539 /share/monetdef
parentdb3031776141f58e2fb6978ec49e4da23b2c1eed (diff)
downloadFreeBSD-src-9b5f9b1acae3bda4d93c97f884460d49a9195ab8.zip
FreeBSD-src-9b5f9b1acae3bda4d93c97f884460d49a9195ab8.tar.gz
Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/monetdef')
-rw-r--r--share/monetdef/Makefile1
-rw-r--r--share/monetdef/no_NO.ISO8859-1.src36
-rw-r--r--share/monetdef/no_NO.ISO_8859-1.src36
3 files changed, 73 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 5b00a63..df6ed35 100644
--- a/share/monetdef/Makefile
+++ b/share/monetdef/Makefile
@@ -5,6 +5,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
LOCALES= en_US.ISO_8859-1 \
nl_NL.ISO_8859-1 \
+ no_NO.ISO_8859-1 \
ru_RU.KOI8-R \
sv_SE.ISO_8859-1
diff --git a/share/monetdef/no_NO.ISO8859-1.src b/share/monetdef/no_NO.ISO8859-1.src
new file mode 100644
index 0000000..7863b02
--- /dev/null
+++ b/share/monetdef/no_NO.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
+NOK
+# 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
+0
+# n_cs_precedes
+1
+# n_sep_by_space
+0
+# p_sign_posn
+4
+# n_sign_posn
+4
+# EOF
diff --git a/share/monetdef/no_NO.ISO_8859-1.src b/share/monetdef/no_NO.ISO_8859-1.src
new file mode 100644
index 0000000..7863b02
--- /dev/null
+++ b/share/monetdef/no_NO.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
+NOK
+# 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
+0
+# n_cs_precedes
+1
+# n_sep_by_space
+0
+# p_sign_posn
+4
+# n_sign_posn
+4
+# EOF
OpenPOWER on IntegriCloud