diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 0215c9e98a23..940b9ad72aee 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -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 \ diff --git a/share/monetdef/fr_FR.ISO8859-1.src b/share/monetdef/fr_FR.ISO8859-1.src new file mode 100644 index 000000000000..ecc448995d68 --- /dev/null +++ b/share/monetdef/fr_FR.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 +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 diff --git a/share/monetdef/fr_FR.ISO_8859-1.src b/share/monetdef/fr_FR.ISO_8859-1.src new file mode 100644 index 000000000000..ecc448995d68 --- /dev/null +++ b/share/monetdef/fr_FR.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 +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 diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 7e53371ae5ec..871138d43a39 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -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 \ diff --git a/share/msgdef/fr_FR.ISO8859-1.src b/share/msgdef/fr_FR.ISO8859-1.src new file mode 100644 index 000000000000..80d0218e78e6 --- /dev/null +++ b/share/msgdef/fr_FR.ISO8859-1.src @@ -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 diff --git a/share/msgdef/fr_FR.ISO_8859-1.src b/share/msgdef/fr_FR.ISO_8859-1.src new file mode 100644 index 000000000000..80d0218e78e6 --- /dev/null +++ b/share/msgdef/fr_FR.ISO_8859-1.src @@ -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 diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 28a3359840eb..7d485698315a 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -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 \ diff --git a/share/numericdef/fr_FR.ISO8859-1.src b/share/numericdef/fr_FR.ISO8859-1.src new file mode 100644 index 000000000000..77ab0aa51a92 --- /dev/null +++ b/share/numericdef/fr_FR.ISO8859-1.src @@ -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 diff --git a/share/numericdef/fr_FR.ISO_8859-1.src b/share/numericdef/fr_FR.ISO_8859-1.src new file mode 100644 index 000000000000..77ab0aa51a92 --- /dev/null +++ b/share/numericdef/fr_FR.ISO_8859-1.src @@ -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