Add da_DK locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
This commit is contained in:
parent
46c74f74a4
commit
26f019cadd
@ -3,7 +3,8 @@
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
LOCALES= en_US.ISO_8859-1 \
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
36
share/monetdef/da_DK.ISO8859-1.src
Normal file
36
share/monetdef/da_DK.ISO8859-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
|
||||
DKK
|
||||
# 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
|
||||
2
|
||||
# n_cs_precedes
|
||||
1
|
||||
# n_sep_by_space
|
||||
2
|
||||
# p_sign_posn
|
||||
4
|
||||
# n_sign_posn
|
||||
4
|
||||
# EOF
|
36
share/monetdef/da_DK.ISO_8859-1.src
Normal file
36
share/monetdef/da_DK.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
|
||||
DKK
|
||||
# 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
|
||||
2
|
||||
# n_cs_precedes
|
||||
1
|
||||
# n_sep_by_space
|
||||
2
|
||||
# p_sign_posn
|
||||
4
|
||||
# n_sign_posn
|
||||
4
|
||||
# EOF
|
@ -3,7 +3,8 @@
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
LOCALES= en_US.ISO_8859-1 \
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
10
share/msgdef/da_DK.ISO8859-1.src
Normal file
10
share/msgdef/da_DK.ISO8859-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
|
10
share/msgdef/da_DK.ISO_8859-1.src
Normal file
10
share/msgdef/da_DK.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
|
@ -3,7 +3,8 @@
|
||||
NOMAN=YES
|
||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
|
||||
LOCALES= en_US.ISO_8859-1 \
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
12
share/numericdef/da_DK.ISO8859-1.src
Normal file
12
share/numericdef/da_DK.ISO8859-1.src
Normal 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
|
12
share/numericdef/da_DK.ISO_8859-1.src
Normal file
12
share/numericdef/da_DK.ISO_8859-1.src
Normal 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
|
Loading…
Reference in New Issue
Block a user