diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:30:53 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-09 12:30:53 +0000 |
commit | 4b6210bfbc897d90fe760fadc5311bcaea5dfff8 (patch) | |
tree | e94024495633a3048b2bc7114544207c2114bec5 /share/msgdef | |
parent | e4f1fe72db0d29a5053ea5fda7cb655be55d8d75 (diff) | |
download | FreeBSD-src-4b6210bfbc897d90fe760fadc5311bcaea5dfff8.zip FreeBSD-src-4b6210bfbc897d90fe760fadc5311bcaea5dfff8.tar.gz |
Add fr_FR locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.
Diffstat (limited to 'share/msgdef')
-rw-r--r-- | share/msgdef/Makefile | 1 | ||||
-rw-r--r-- | share/msgdef/fr_FR.ISO8859-1.src | 10 | ||||
-rw-r--r-- | share/msgdef/fr_FR.ISO_8859-1.src | 10 |
3 files changed, 21 insertions, 0 deletions
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 |