mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
This commit is contained in:
parent
ee26c8fcb7
commit
83c8e2adab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72212
@ -6,6 +6,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
36
share/monetdef/fr_FR.ISO8859-1.src
Normal file
36
share/monetdef/fr_FR.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
|
||||
FRF
|
||||
# currency_symbol
|
||||
F
|
||||
# mon_decimal_point
|
||||
,
|
||||
# mon_thousands_sep
|
||||
|
||||
# mon_grouping
|
||||
3;3
|
||||
# positive_sign
|
||||
|
||||
# negative_sign
|
||||
-
|
||||
# int_frac_digits
|
||||
2
|
||||
# frac_digits
|
||||
2
|
||||
# p_cs_precedes
|
||||
0
|
||||
# p_sep_by_space
|
||||
1
|
||||
# n_cs_precedes
|
||||
0
|
||||
# n_sep_by_space
|
||||
1
|
||||
# p_sign_posn
|
||||
1
|
||||
# n_sign_posn
|
||||
2
|
||||
# EOF
|
36
share/monetdef/fr_FR.ISO_8859-1.src
Normal file
36
share/monetdef/fr_FR.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
|
||||
FRF
|
||||
# currency_symbol
|
||||
F
|
||||
# mon_decimal_point
|
||||
,
|
||||
# mon_thousands_sep
|
||||
|
||||
# mon_grouping
|
||||
3;3
|
||||
# positive_sign
|
||||
|
||||
# negative_sign
|
||||
-
|
||||
# int_frac_digits
|
||||
2
|
||||
# frac_digits
|
||||
2
|
||||
# p_cs_precedes
|
||||
0
|
||||
# p_sep_by_space
|
||||
1
|
||||
# n_cs_precedes
|
||||
0
|
||||
# n_sep_by_space
|
||||
1
|
||||
# p_sign_posn
|
||||
1
|
||||
# n_sign_posn
|
||||
2
|
||||
# EOF
|
@ -6,6 +6,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
10
share/msgdef/fr_FR.ISO8859-1.src
Normal file
10
share/msgdef/fr_FR.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
|
||||
^[oOyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
10
share/msgdef/fr_FR.ISO_8859-1.src
Normal file
10
share/msgdef/fr_FR.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
|
||||
^[oOyY].*
|
||||
# noexpr
|
||||
^[nN].*
|
||||
# EOF
|
@ -6,6 +6,7 @@ CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||
LOCALES= da_DK.ISO_8859-1 \
|
||||
de_DE.ISO_8859-1 \
|
||||
en_US.ISO_8859-1 \
|
||||
fr_FR.ISO_8859-1 \
|
||||
nl_NL.ISO_8859-1 \
|
||||
no_NO.ISO_8859-1 \
|
||||
ru_RU.KOI8-R \
|
||||
|
12
share/numericdef/fr_FR.ISO8859-1.src
Normal file
12
share/numericdef/fr_FR.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
|
||||
0;0
|
||||
# EOF
|
12
share/numericdef/fr_FR.ISO_8859-1.src
Normal file
12
share/numericdef/fr_FR.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
|
||||
0;0
|
||||
# EOF
|
Loading…
Reference in New Issue
Block a user