summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/monetdef/Makefile1
-rw-r--r--share/monetdef/fr_FR.ISO8859-1.src36
-rw-r--r--share/monetdef/fr_FR.ISO_8859-1.src36
-rw-r--r--share/msgdef/Makefile1
-rw-r--r--share/msgdef/fr_FR.ISO8859-1.src10
-rw-r--r--share/msgdef/fr_FR.ISO_8859-1.src10
-rw-r--r--share/numericdef/Makefile1
-rw-r--r--share/numericdef/fr_FR.ISO8859-1.src12
-rw-r--r--share/numericdef/fr_FR.ISO_8859-1.src12
9 files changed, 119 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile
index 0215c9e..940b9ad 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 0000000..ecc4489
--- /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 0000000..ecc4489
--- /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 7e53371..871138d 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 0000000..80d0218
--- /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 0000000..80d0218
--- /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 28a3359..7d48569 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 0000000..77ab0aa
--- /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 0000000..77ab0aa
--- /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
OpenPOWER on IntegriCloud