aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/data
Commit message (Collapse)AuthorAgeFilesLines
* Move sources one directory upAndrey A. Chernov1999-10-1828-2294/+0
| | | | Notes: svn path=/head/; revision=52379
* ISO8859-5 time definitionAndrey A. Chernov1999-10-032-0/+94
| | | | Notes: svn path=/head/; revision=51892
* Add "alternative" forms of full month names.Dmitrij Tejblum1999-09-112-0/+30
| | | | Notes: svn path=/head/; revision=51187
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2825-25/+25
| | | | Notes: svn path=/head/; revision=50476
* Put full month names in another form ("genitive case"), the only formDmitrij Tejblum1999-08-222-26/+26
| | | | | | | suitable for printing dates (like in strftime(... "%e %B %Y" ...)). Notes: svn path=/head/; revision=50161
* Correct typoNick Hibma1999-07-121-2/+2
| | | | | | | | PR: 9638 Submitted by: Mauro Allegrini <allegrini@usa.net> Notes: svn path=/head/; revision=48782
* Change locale name of Traditional Chinese : zh_TW.BIG5 -> zh_TW.Big5.Foxfair Hu1999-06-082-3/+3
| | | | | | | | | | It makes compatible with IANA charset defination, and let existent I18N app happier. Ref: <http://www.isi.edu/in-notes/iana/assignments/character-sets> Notes: svn path=/head/; revision=47831
* Support the IANA definition of Shift Jis nameley ja_JP.Shift_JISJulian Elischer1999-06-051-1/+6
| | | | | | | as well as the X11 version ja_JP.SJIS Notes: svn path=/head/; revision=47746
* Correction of better display under chinese terminal.Foxfair Hu1999-04-281-10/+10
| | | | | | | Submitted by : Peter_Chen.bbs@bbs.csie.nctu.edu.tw Notes: svn path=/head/; revision=46144
* Correct bits, make output format clearly.Foxfair Hu1999-04-011-36/+36
| | | | Notes: svn path=/head/; revision=45218
* Oops! forgot to introduce the src file in my last commit.Foxfair Hu1999-03-201-0/+78
| | | | Notes: svn path=/head/; revision=44913
* Supporting locale for Chinese Big5 completely.Foxfair Hu1999-03-201-2/+3
| | | | Notes: svn path=/head/; revision=44911
* Euro support, part 2.Warner Losh1999-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> Notes: svn path=/head/; revision=43000
* Make Australian time GB-likeAndrey A. Chernov1998-10-131-2/+7
| | | | | | | | PR: 8302 Submitted by: Stephen McKay <syssgm@dtir.qld.gov.au> Notes: svn path=/head/; revision=40309
* Remove half the file, somehow it got doubled...Poul-Henning Kamp1998-08-151-79/+1
| | | | Notes: svn path=/head/; revision=38332
* I have been running with these locale data for a while now andPoul-Henning Kamp1998-08-102-2/+159
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=38221
* Add Hungarian defsAndrey A. Chernov1998-08-072-1/+79
| | | | | | | Submitted by: Gabor Zahemszky <zgabor@CoDe.hu> Notes: svn path=/head/; revision=38166
* The file share/timedef/data/es_ES.ISO_8859-1.src (which I submittedPoul-Henning Kamp1998-07-091-16/+16
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=37530
* PR: 6831Daniel O'Callaghan1998-06-021-3/+3
| | | | | | | | Submitted by: zerium@webindex.no MF22: remove '.' after weekday abbreviation. Notes: svn path=/head/; revision=36594
* Norwegian dates should have a dot after day of month.Steve Price1998-05-251-3/+3
| | | | | | | | PR: 6749 Submitted by: Hans Petter Bieker <zerium@webindex.no> Notes: svn path=/head/; revision=36376
* /usr/src/share/timedef/data/no_NO.ISO_8859-1.src uses initinalPoul-Henning Kamp1998-05-231-39/+39
| | | | | | | | | | | upper case in weekdays and months instead off all lower case. PR: 6721 Reviewed by: phk Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no> Notes: svn path=/head/; revision=36307
* Add Latin LC_TIME file.Wolfgang Helbig1998-01-062-5/+91
| | | | Notes: svn path=/head/; revision=32283
* Add Finnish LC_TIME file.Wolfgang Helbig1998-01-052-1/+79
| | | | | | | | | This is the finish :-) PR: 5409 Submitted by: Ville Eerola Thanks! Notes: svn path=/head/; revision=32263
* Add LC_TIME file for Netherlands (nl_NL) and via symlink forWolfgang Helbig1998-01-042-1/+85
| | | | | | | | | | | | | the northern part of Belgium (nl_BE). The southern part of Belgium is supposed to be covered by the LC_TIME file in fr_BE. Now only the LC_TIME for Finland is left to close PR 5409. PR: 5409 Submitted by: Arjan de Vet Thanks! Notes: svn path=/head/; revision=32236
* Add Swedish LC_TIME file.Wolfgang Helbig1998-01-042-4/+82
| | | | | | | | | | | Submitted by Peter Olsson. Thanks! Changed weekdays -> weekday, as suggested by Steve Price. PR: 5409 can be closed if someone sends in LC_TIME files for Belgium, Finland and the Netherlands. ~ Notes: svn path=/head/; revision=32227
* Add Spanish LC_TIME file.Wolfgang Helbig1998-01-022-1/+80
| | | | | | | | PR: conf/5409 Submitted by: Jose M. Alcaide, thanks! Notes: svn path=/head/; revision=32184
* Add Japanese EUC time definitionsJulian Elischer1997-12-192-1/+88
| | | | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=31874
* Add Slovenian dataAndrey A. Chernov1997-11-072-2/+81
| | | | | | | Submitted by: Blaz Zupan <blaz@amis.net> Notes: svn path=/head/; revision=31027
* Add Polish dataAndrey A. Chernov1997-11-072-1/+76
| | | | | | | Submitted by: Andrzej Bialecki <abial@warman.org.pl> Notes: svn path=/head/; revision=31022
* remove bad commentJulian Elischer1997-09-191-4/+1
| | | | Notes: svn path=/head/; revision=29596
* oopsJulian Elischer1997-09-191-36/+34
| | | | | | | | somehow the file I was supplied with turned out to be EUC encoding.. luckily they can be translated by a simple c program :) Notes: svn path=/head/; revision=29594
* make/install the japanese SJIS date locale file.Julian Elischer1997-09-181-1/+2
| | | | Notes: svn path=/head/; revision=29587
* Shift JIS versions of date stuff.Julian Elischer1997-09-181-0/+91
| | | | | | | | | | more changes to come. Submitted by: Nobuhrio Yasutomi <nobu@psrc.isac.co.jp> AM/PM changed to 2 letter versions for now, original SJIS versions commented out. change/check later.. Notes: svn path=/head/; revision=29585
* netscape was obviously involved somewhere in the committing of this fileJulian Elischer1997-06-231-5/+5
| | | | | | | | as all cases of the character '\0xF8` became the string "=F8" Submitted by: archie@whistle.com Notes: svn path=/head/; revision=26847
* Add no_NO localeAndrey A. Chernov1997-06-032-1/+80
| | | | | | | Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> Notes: svn path=/head/; revision=26419
* Fix length-related bugsAndrey A. Chernov1997-03-271-24/+33
| | | | | | | Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr> Notes: svn path=/head/; revision=24316
* This variant is commentedAndrey A. Chernov1997-03-261-0/+36
| | | | | | | Submitted by: Choi Jun Ho <choi.junho@jazz.snu.ac.kr> Notes: svn path=/head/; revision=24286
* Add Korean LC_TIMEAndrey A. Chernov1997-03-252-1/+46
| | | | | | | Submitted by: junker@jazz.snu.ac.kr Notes: svn path=/head/; revision=24268
* Add Croatia.Wolfram Schneider1997-02-272-1/+80
| | | | | | | Submitted by: Slaven ReziƦ (TomiƦ) <eserte@cs.tu-berlin.de> Notes: svn path=/head/; revision=23143
* Add timedef for Austria. The only difference to the German timedef isWolfram Schneider1997-02-252-5/+92
| | | | | | | the full month name for January. Notes: svn path=/head/; revision=23119
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-11/+11
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1411-11/+11
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Return to last column space padding: some programs (cal f.e.) make two-lettersAndrey A. Chernov1996-12-283-24/+24
| | | | | | | | | abbreviations by stripping last character. Should be in 2.2 Notes: svn path=/head/; revision=20959
* Handle en_US, en_CA, en_AU nowAndrey A. Chernov1996-12-252-3/+86
| | | | | | | Should go into 2.2 Notes: svn path=/head/; revision=20905
* added is_IS.ISO_8859-1Adam David1996-12-132-3/+81
| | | | Notes: svn path=/head/; revision=20388
* Longnames updateAndrey A. Chernov1996-12-081-8/+9
| | | | | | | Submitted by: Paulo Menezes <pm@ener1000.dee.uc.pt> Notes: svn path=/head/; revision=20215
* Whoops, also fix time for those watchmakers to the north...Paul Traina1996-12-081-0/+5
| | | | Notes: svn path=/head/; revision=20207
* Correct an aggregious insult and display the days of the week the wayPaul Traina1996-12-082-2/+81
| | | | | | | | | that god(tm) intended them to be displayed. Candidate for 2.2 Notes: svn path=/head/; revision=20206
* Swap %X and %Y in %cAndrey A. Chernov1996-12-051-2/+2
| | | | Notes: svn path=/head/; revision=20166
* Add fr_* familyAndrey A. Chernov1996-12-022-2/+85
| | | | | | | Submitted by: roberto@keltia.freenix.fr (Ollivier Robert) Notes: svn path=/head/; revision=20083