Add no_NO locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.

This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-09 11:53:55 +00:00
parent fde79937c3
commit 46c74f74a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72209
9 changed files with 119 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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