diff options
author | ache <ache@FreeBSD.org> | 1996-12-02 12:00:46 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-02 12:00:46 +0000 |
commit | 6036b122e0fc494352dfd38104b27006203e0b65 (patch) | |
tree | 4da8dcbcf4891972f64cd1f4983225c28631550d /share/timedef/data | |
parent | f1fda3057dd0669c0a64de6e573cb27dc84745be (diff) | |
download | FreeBSD-src-6036b122e0fc494352dfd38104b27006203e0b65.zip FreeBSD-src-6036b122e0fc494352dfd38104b27006203e0b65.tar.gz |
Add fr_* family
Submitted by: roberto@keltia.freenix.fr (Ollivier Robert)
Diffstat (limited to 'share/timedef/data')
-rw-r--r-- | share/timedef/data/Makefile | 9 | ||||
-rw-r--r-- | share/timedef/data/fr_FR.ISO_8859-1.src | 78 |
2 files changed, 85 insertions, 2 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index a4f6e22..c148a8e 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,13 +1,14 @@ -# $Id: Makefile,v 1.4 1996/11/29 21:01:28 ache Exp $ +# $Id: Makefile,v 1.5 1996/11/30 05:35:48 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 \ - pt_PT.ISO_8859-1 ru_SU.KOI8-R ru_SU.CP866 + fr_FR.ISO_8859-1 pt_PT.ISO_8859-1 ru_SU.KOI8-R ru_SU.CP866 LOCALEDIR= ${DESTDIR}/usr/share/locale DE_LINKS = de_AT de_CH +FR_LINKS = fr_BE fr_CA fr_CH .SUFFIXES: .src .out @@ -25,5 +26,9 @@ afterinstall: ln -fs ../de_DE.ISO_8859-1/LC_TIME \ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ done + for l in ${FR_LINKS}; do \ + ln -fs ../fr_FR.ISO_8859-1/LC_TIME \ + ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ + done .include <bsd.prog.mk> diff --git a/share/timedef/data/fr_FR.ISO_8859-1.src b/share/timedef/data/fr_FR.ISO_8859-1.src new file mode 100644 index 0000000..6ecebc9 --- /dev/null +++ b/share/timedef/data/fr_FR.ISO_8859-1.src @@ -0,0 +1,78 @@ +# $Id$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short months names +# +jan +fév +mar +avr +mai +jui +jul +aoû +sep +oct +nov +déc +# +# Long months names +# +janvier +février +mars +avril +mai +juin +juillet +août +septembre +octobre +novembre +décembre +# +# Short weekdays names +# +Dim +Lun +Mar +Mer +Jeu +Ven +Sam +# +# Long weekdays names +# +Dimanche +Lundi +Mardi +Mercredi +Jeudi +Vendredi +Samedi +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%d.%m.%y +# +# c_fmt +# +%a %e %b %Y %X +# +# am +# + +# +# pm +# +pm +# +# date_fmt +# +%a %e %b %Y %X %Z |