diff options
author | ache <ache@FreeBSD.org> | 1996-12-25 02:37:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-25 02:37:35 +0000 |
commit | 11341c053fbd1e1d1c1c184505dba1ebae670f6f (patch) | |
tree | 8a1440337693e18c47f2d154baa711c40eb97f24 /share/timedef/data | |
parent | 8a8b76f982ef0d277b639473022017f08b0e5cf9 (diff) | |
download | FreeBSD-src-11341c053fbd1e1d1c1c184505dba1ebae670f6f.zip FreeBSD-src-11341c053fbd1e1d1c1c184505dba1ebae670f6f.tar.gz |
Handle en_US, en_CA, en_AU now
Should go into 2.2
Diffstat (limited to 'share/timedef/data')
-rw-r--r-- | share/timedef/data/Makefile | 11 | ||||
-rw-r--r-- | share/timedef/data/en_US.ISO_8859-1.src | 78 |
2 files changed, 86 insertions, 3 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 15258f2..7d9820b 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,16 +1,17 @@ -# $Id: Makefile,v 1.8 1996/12/08 07:21:33 pst Exp $ +# $Id: Makefile,v 1.9 1996/12/13 02:53:46 adam Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} LOCALES= da_DK.ISO_8859-1 de_DE.ISO_8859-1 en_GB.ISO_8859-1 \ - fr_FR.ISO_8859-1 is_IS.ISO_8859-1 it_IT.ISO_8859-1 \ - pt_PT.ISO_8859-1 ru_SU.KOI8-R ru_SU.CP866 + en_US.ISO_8859-1 fr_FR.ISO_8859-1 is_IS.ISO_8859-1 \ + it_IT.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 IT_LINKS = it_CH +US_LINKS = en_AU en_CA .SUFFIXES: .src .out @@ -36,5 +37,9 @@ afterinstall: ln -fs ../it_IT.ISO_8859-1/LC_TIME \ ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ done + for l in ${US_LINKS}; do \ + ln -fs ../en_US.ISO_8859-1/LC_TIME \ + ${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \ + done .include <bsd.prog.mk> diff --git a/share/timedef/data/en_US.ISO_8859-1.src b/share/timedef/data/en_US.ISO_8859-1.src new file mode 100644 index 0000000..9157c5b --- /dev/null +++ b/share/timedef/data/en_US.ISO_8859-1.src @@ -0,0 +1,78 @@ +# $Id: en_US.ISO_8859-1.src,v 1.1 1996/11/30 05:35:49 ache Exp $ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# Short month names +# +Jan +Feb +Mar +Apr +May +Jun +Jul +Aug +Sep +Oct +Nov +Dec +# +# Long month names +# +January +February +March +April +May +June +July +August +September +October +November +December +# +# Short weekday names +# +Sun +Mon +Tue +Wed +Thu +Fri +Sat +# +# Long weekday names +# +Sunday +Monday +Tuesday +Wednesday +Thursday +Friday +Saturday +# +# X_fmt +# +%H:%M:%S +# +# x_fmt +# +%m/%d/%y +# +# c_fmt +# +%a %b %e %X %Y +# +# am +# +AM +# +# pm +# +PM +# +# date_fmt +# +%a %e %b %X %Z %Y |