summaryrefslogtreecommitdiffstats
path: root/share/timedef
Commit message (Collapse)AuthorAgeFilesLines
* In the previous commit, no_NO should have been replaced with nb_NO in thedes2008-07-291-2/+2
| | | | | | | LOCALES list. Since no_NO was still in LOCALES, make tried to build the corresponding .out files, but couldn't since the .src files were gone. I did not notice this because I still had the old .out files in my .OBJDIR. Thanks to kib@ for the heads-up.
* In some cases (such as LC_COLLATE), nb_NO and nn_NO are identical, and itdes2008-07-283-1/+1
| | | | | | | | | makes sense to have them both link to no_NO. In other cases (such as LC_TIME), they differ, and the correct solution is to have no_NO link to nb_NO, rather than the other way around.o MFC after: 2 weeks
* - The names of the months and the days are in lowercase according to thegabor2008-05-162-100/+100
| | | | | | Hungarian spelling, change them accordingly Requested by: Janos Mohacsi <mohacsi@niif.hu>
* Comments fixingache2007-12-3093-381/+383
| | | | | | | | 1) Back out "month names" -> "months names" and fix few such cases which are wrong initially 2) "weekdays names" -> "weekday names" Noted by: des [1]
* Comments fixingache2007-12-2993-226/+226
| | | | | | | | | "month names" -> "months names" typo "Long months names (alternative)" or "in alternative form" -> "(without case ending)" "Long months names" -> "Long months names (as in a date)" to not confuse developers on what purpose those sections are
* Just copy long months names to alternative.ache2007-12-251-6/+6
| | | | Alternative does not means ASCIIsizing of months names.
* Just copy long months names to (alternative).ache2007-12-251-6/+6
| | | | Alternative means another form and not ASCIIsizing of month names.
* Add locales for nb_NO and nn_NO.des2006-11-093-3/+213
| | | | Reviewed by: philip
* De-capitalize days and months' names.flz2006-10-072-100/+100
| | | | | | PR: conf/101154 Submitted by: Thomas Jensen <tj@pil.dk> MFC after: 3 days
* Add mn_MN.UTF-8ache2006-10-022-0/+103
| | | | Submitted by: Ganbold <ganbold@micom.mng.net>
* Fix x.fmtache2006-04-201-1/+1
| | | | | PR: 88222 Submitted by: Anders Lindquist <andersl@saaf.se>
* New Ukrainian locale: uk_UA.CP1251.ru2005-03-042-0/+103
| | | | Submitted by: Alexander Peresunko
* Install files with mode 444, as God intended.ru2004-10-161-1/+0
|
* Utilize FILES and SYMLINKS.ru2004-10-161-119/+45
|
* - Month and weekday names should begin with lowercase latter.pjd2004-09-202-100/+100
| | | | | | | | - First part of long month names should use genitive. - Use more proper shortcuts, leaving the first 3 letters is not always correct. Submitted by: Bodek <bodek@blurp.org>
* Add Basque (Spain) locales: eu_ES.ISO8859-1, eu_ES.ISO8859-15, eu_ES.UTF-8.tjr2004-08-282-2/+106
| | | | | | | | (This differs somewhat from the version originally submitted - any mistakes are my own.) PR: 68524 Submitted by: J. Vicente Carrasco -Bixen-
* Re-generate from sl_SI.ISO8859-2.src rev. 1.8 (lowercase month/weekday names).tjr2004-08-261-50/+50
|
* Begin month and weekday names with a lowercase letter. This is consistenttjr2004-08-261-50/+50
| | | | | | | | with (at least) Solaris, ICU and glibc. PR: 65317 Submitted by: Uros MFC after: 1 week
* Add an Israel Hebrew locale: he_IL.UTF-8.tjr2004-04-212-0/+102
| | | | | PR: 65826 Submitted by: Hye-Shik Chang
* Move en_CA from US_LINKS to GB_LINKS.marcus2004-04-111-2/+2
| | | | | | Submitted by: adamw Approved by: ache Committed by: me since adamw should be studying for exams
* Add data for missing categories to zh_HK.Big5HKSCS locale.tjr2004-04-041-0/+2
|
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-2736-1/+3654
| | | | | | | the hard work was done by Hye-Shik Chang in the misc/utf8locale port; I made a few minor adjustments and merged the makefiles. PR: 44307
* Add kk_KZ.PT154ache2004-01-292-0/+103
| | | | Submitted by: Birsh T <tim@zhezu.kz>
* Add be_BY.*ache2003-12-204-0/+303
| | | | Submitted by: Yury Tarasievich <grog@grsu.by>
* Make zh_CN.GBK fully work by making monetdef/msgdef/timedef symlinks todavidxu2003-11-061-1/+2
| | | | | zh_CN.GB2312 locale files. zh_CN.GB18030 can be changed in same way, but I havn't done this change since these files already exists.
* Enable GB2312 locale.davidxu2003-11-051-0/+1
|
* Add GB2312 locale files.davidxu2003-11-051-0/+102
|
* fix short weekday names in zh_CN.*ache2003-08-232-14/+14
| | | | | PR: 55895 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Write the short and long version of the monthmtm2003-08-201-50/+24
| | | | | | | names in Amharic instead of English. Also, remove some extra names I had previously considered including. They don't make sense since the calendar names don't match up.
* Add ko_KR.CP949 localeache2003-08-081-4/+6
| | | | | PR: 55341 submitted by: Hye-Shik Chang <perky@freebsd.org>
* Support for the Amharic locale.mtm2003-08-052-1/+130
|
* Add GB18030 localeache2003-07-292-0/+103
| | | | | PR: 51729 Submitted by: Kang Liu <liukang@bjpu.edu.cn>
* Add ARMSCSII-8 localeache2003-07-052-0/+106
| | | | | Submitted by: Vahe Khachikyan <vahe@khachikyan.de> PR: 53944
* Add ru_RU.CP1251ache2003-06-072-0/+103
|
* Fix/add missing accents on the weekday names.trhodes2003-04-051-5/+5
| | | | | | PR: 37219 Submitted by: Nicola Vitale <nivit@libero.it> Reivewed by: Alex Dupre <sysadmin@alexdupre.com>
* Add ca_ES localeache2002-12-302-1/+104
| | | | | PR: 45874 Submitted by: Joan Picanyol i Puig <joan-dev@biaix.org>
* Add lt_LT.ISO8859-13ache2002-10-252-0/+102
| | | | | PR: 44268 Submitted by: Kestutis Paulikas <kestas@elen.ktu.lt>
* Add sr_YU localesache2002-10-193-0/+206
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* Change x_fmt to %Y-%m-%dache2002-10-091-1/+1
| | | | | PR: 41043 Submitted by: Henrik Tunedal <henrik@tunedal.nu>
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* Add pt_BR.ISO8859-1 (Brazilian Portuguese) localephantom2002-04-052-0/+104
| | | | Submitted (partly) by: dcs
* Add ro_ROache2002-01-082-0/+103
| | | | | PR: 33343 Submitted by: Adrian Penisoara <ady@warpnet.ro>
* Unbreak af_ZA locale by aliasing its LC_TIME category to en_US's.phantom2001-12-251-0/+4
|
* Optimize locale data Makefiles as well as make their style more consistent.phantom2001-12-251-16/+16
|
* Add uk_UA.ISO8859-5 localeache2001-12-202-0/+103
| | | | | PR: 32450 Submitted by: partially by Alexey Klimov <kao@wiuu.kiev.ua>
* Add hi_IN.ISCII-DEVache2001-11-282-0/+104
|
* Fix long months standard formache2001-11-201-12/+12
| | | | | PR: 32120 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Add bg_BG.CP1251ache2001-11-052-1/+103
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add more *.US-ASCII entriesache2001-06-101-14/+8
| | | | Misc cleanup
* Use en_GB for en_NZache2001-06-101-2/+2
|
OpenPOWER on IntegriCloud