Add fr_* family
Submitted by: roberto@keltia.freenix.fr (Ollivier Robert)
This commit is contained in:
parent
e7d7044d29
commit
70aacb7f76
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20083
@ -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
|
NOMAN=YES
|
||||||
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
CLEANFILES+= ${LOCALES:S/$/.out/g}
|
||||||
|
|
||||||
LOCALES= da_DK.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 \
|
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
|
LOCALEDIR= ${DESTDIR}/usr/share/locale
|
||||||
|
|
||||||
DE_LINKS = de_AT de_CH
|
DE_LINKS = de_AT de_CH
|
||||||
|
FR_LINKS = fr_BE fr_CA fr_CH
|
||||||
|
|
||||||
.SUFFIXES: .src .out
|
.SUFFIXES: .src .out
|
||||||
|
|
||||||
@ -25,5 +26,9 @@ afterinstall:
|
|||||||
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
|
||||||
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
|
||||||
done
|
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>
|
.include <bsd.prog.mk>
|
||||||
|
78
share/timedef/data/fr_FR.ISO_8859-1.src
Normal file
78
share/timedef/data/fr_FR.ISO_8859-1.src
Normal file
@ -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
|
78
share/timedef/fr_FR.ISO8859-1.src
Normal file
78
share/timedef/fr_FR.ISO8859-1.src
Normal file
@ -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
|
78
share/timedef/fr_FR.ISO_8859-1.src
Normal file
78
share/timedef/fr_FR.ISO_8859-1.src
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user