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.
This commit is contained in:
parent
49a7df866b
commit
00f1a3eb23
@ -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
|
||||
|
36
share/monetdef/nl_NL.ISO_8859-1.src
Normal file
36
share/monetdef/nl_NL.ISO_8859-1.src
Normal 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
|
||||
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
|
@ -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
|
||||
|
10
share/msgdef/nl_NL.ISO_8859-1.src
Normal file
10
share/msgdef/nl_NL.ISO_8859-1.src
Normal 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user