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/numericdef/Makefile | |
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/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |