summaryrefslogtreecommitdiffstats
path: root/share/timedef
Commit message (Collapse)AuthorAgeFilesLines
* Add more *.US-ASCII entriesache2001-06-101-14/+8
| | | | Misc cleanup
* Use en_GB for en_NZache2001-06-101-2/+2
|
* Switch to new locale namesache2001-06-1030-3037/+64
|
* Add sk_SKache2001-05-133-0/+211
| | | | | | | | PR: 27290 Submitted by: Juraj Bednar <juraj@bednar.sk> Reviewed by: Approved by: Obtained from:
* Since ctime compatibility restrictions removed, use more natural date formatsache2001-03-224-8/+8
|
* Add padding for some short names to make their length the same to notache2001-03-2110-88/+88
| | | | break colums
* Remove fixed length restrictions and paddingache2001-03-2141-404/+337
|
* Replace %y with %Yache2001-03-2149-49/+49
|
* Convert to new locale format with md_order and without E[Ff]_fmtache2001-03-1861-276/+262
| | | | Add ampm_fmt to all locales
* Make empty unused am/pmache2001-03-162-4/+4
|
* Add et_EEache2001-03-163-0/+249
| | | | | PR: 25495 Submitted by: Vallo Kallaste <vallo@matti.ee>
* DIS_8859-15 -> ISO_8859-15 renameache2001-03-161-7/+7
|
* Clear am and pm fields, add empty ampm_fmt for locales I know is not AM/PMache2001-03-0213-14/+79
|
* Use 4-digit year in x_fmtache2001-02-094-4/+4
|
* Add Greek supportache2001-01-173-0/+203
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Get rid of deprecated ru_SU.* locales. ru_RU.* will be used instead.phantom2000-12-294-306/+3
|
* Fix %cache2000-10-232-2/+2
|
* Add tr_TR timedefache2000-09-163-0/+207
| | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
* Fix alt monthsache2000-07-052-24/+24
| | | | Submitted by: Ri?ardas ?epas <rch@richard.eu.org>
* Fix c_fmtache2000-06-242-2/+2
|
* Fix %EFache2000-06-216-6/+6
|
* Fix dateache2000-06-212-10/+10
| | | | Submitted by: CHOI Junho <cjh@FreeBSD.ORG>
* Link la_LN*4 tooache1999-12-241-1/+1
|
* Add lt_LTache1999-12-243-0/+201
| | | | Submitted by: Ricardas Cepas <rch@writeme.com>
* lt_LN->la_LNache1999-12-222-107/+4
|
* Add cs_CZache1999-12-223-1/+210
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Don't use %E* in old fields for compatibility reasonsache1999-12-0355-100/+100
|
* Convert after %Ex->%Ef and %EF addingache1999-11-3055-155/+375
|
* Convert to new formatache1999-11-3055-100/+1029
|
* Add uk_UA.KOI8-Uache1999-10-182-0/+94
| | | | Submitted by: Alexey Zelkin <phantom@cris.net>
* Move sources one directory upache1999-10-1829-2296/+117
|
* ISO8859-5 time definitionache1999-10-035-0/+373
|
* Add "alternative" forms of full month names.dt1999-09-116-0/+90
|
* $Id$ -> $FreeBSD$peter1999-08-2873-73/+73
|
* Put full month names in another form ("genitive case"), the only formdt1999-08-226-78/+78
| | | | suitable for printing dates (like in strftime(... "%e %B %Y" ...)).
* Correct typon_hibma1999-07-123-6/+6
| | | | | PR: 9638 Submitted by: Mauro Allegrini <allegrini@usa.net>
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.foxfair1999-06-083-3/+81
| | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets>
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISjulian1999-06-051-1/+6
| | | | as well as the X11 version ja_JP.SJIS
* Correction of better display under chinese terminal.foxfair1999-04-281-10/+10
| | | | Submitted by : Peter_Chen.bbs@bbs.csie.nctu.edu.tw
* Correct bits, make output format clearly.foxfair1999-04-011-36/+36
|
* Oops! forgot to introduce the src file in my last commit.foxfair1999-03-201-0/+78
|
* Supporting locale for Chinese Big5 completely.foxfair1999-03-201-2/+3
|
* Euro support, part 2.imp1999-01-211-1/+31
| | | | | | | | | This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
* Make Australian time GB-likeache1998-10-131-2/+7
| | | | | PR: 8302 Submitted by: Stephen McKay <syssgm@dtir.qld.gov.au>
* Remove half the file, somehow it got doubled...phk1998-08-153-237/+3
|
* I have been running with these locale data for a while now andphk1998-08-104-2/+471
| | | | | | | | | I hope some other people might find them useful. They are for zh_CN.EUC (GB) only. I'm not familiar with the BIG5 encoding, so I could only hope someone else would fill the gap. PR: 7310 Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* Add Hungarian defsache1998-08-074-1/+233
| | | | Submitted by: Gabor Zahemszky <zgabor@CoDe.hu>
* The file share/timedef/data/es_ES.ISO_8859-1.src (which I submittedphk1998-07-093-48/+48
| | | | | | | | | | | | some months ago and was incorporated to FreeBSD) has capitalized weekdays names, but this is not correct according to the rules of the Spanish language. Also, the patch applies a small change to the "date_fmt" string, adding a comma between the year and the hour. PR: 7211 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* PR: 6831danny1998-06-023-9/+9
| | | | | Submitted by: zerium@webindex.no MF22: remove '.' after weekday abbreviation.
* Norwegian dates should have a dot after day of month.steve1998-05-253-9/+9
| | | | | PR: 6749 Submitted by: Hans Petter Bieker <zerium@webindex.no>
OpenPOWER on IntegriCloud