summaryrefslogtreecommitdiff
path: root/share/timedef
Commit message (Collapse)AuthorAgeFilesLines
* timedef: Update Czech timedefEitan Adler2018-05-231-1/+1
| | | | | | | | | | This changes date format from 2015/05/12 to 05.12.2015. PR: 200591 Submitted by: grafnetter@dekanat.mff.cuni.cz Notes: svn path=/head/; revision=334088
* Canada adheres to ISO 8601, let's make the locale reflecting that factBaptiste Daroussin2017-03-194-4/+4
| | | | | | | | | | | PR: 200079 MFC after: 1 week Submitted by: Dan McGregor <dan.mcgregor@usask.ca> Reported by: A.J. Kehoe IV (Nanoman) <freebsd-bugs@nanoman.ca> Differential Revision: https://reviews.freebsd.org/D9925 Notes: svn path=/head/; revision=315571
* Finish removal of Big5Baptiste Daroussin2017-03-192-88/+0
| | | | Notes: svn path=/head/; revision=315569
* Suffix short month names with "월" and replace %b with %_m for date formats.Jung-uk Kim2016-09-072-26/+26
| | | | | | | | This change is analogous to r199179, r199271, and r289041 for japanese and chinese locales. Notes: svn path=/head/; revision=305571
* Revert r304192 to fix short month names and replace %b with %_m in date_fmtKevin Lo2016-09-026-78/+78
| | | | | | | | | | | | | for Chinese locales. As mentioned in the commit message of r289041, nl_langinfo(ABMON_*) only returned numbers when using a Chinese locale, this causes problems in applications that put the short month name and the day of the month together. Spotted by: Ting-Wei Lan <lantw44 gmail com> Notes: svn path=/head/; revision=305265
* Fix ko_KR, zh_CN, zh_HK, and zh_TW locales. r304045 did not fully revertJung-uk Kim2016-08-169-174/+175
| | | | | | | date/time formats for these locales. Notes: svn path=/head/; revision=304192
* Set date and time formats back to what they were before CLDRBaptiste Daroussin2016-08-13119-498/+497
| | | | | | | | | | | | | | | | | | | | | | | | | | While CLDR brings us a good and up to date source data to generate locales for all databses we are using for locales, it is not the case of LC_TIME. Where it does not defines the informations we need. Put back all the date and time formats from the old locales. Make it statically for now (in order to be able to merge it now into 11.0-RELEASE). The generation tools will be updated soon. That gives us time to properly work on LC_TIME during the 12 timeframe. While here fix abbreviated month for af_ZA (which are already fixed in CLDR data upstream) In locales where AP/PM was not defined before CLDR data, remove again the AP/PM informations For locales where AP/PM was defined before CLDR data, keep the CLDR information which was properly translated. MFC after: 3 days Notes: svn path=/head/; revision=304045
* Add a hack to add weekday to date format for ko_KR locale.Jung-uk Kim2016-07-272-4/+4
| | | | Notes: svn path=/head/; revision=303404
* Regenerate timedef for zh_TW.Kevin Lo2016-07-272-3/+3
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=303373
* Add weekday to the date format.Kevin Lo2016-07-271-2/+2
| | | | Notes: svn path=/head/; revision=303354
* Add weekday to the date format of more localesBaptiste Daroussin2016-07-2322-44/+44
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=303219
* Posixify the locales name for variantsBaptiste Daroussin2016-07-0314-14/+14
| | | | | | | | | | | | | | | | | | | | | | | For all locales with variants: - if no ambiguity on the locale (only one variant) just use the regular name - if ambiguity, pick one as default and append @<variant> to the others respecting POSIX As a result: - All the 3 components locales added recently are renamed to the usual 2 components version for all but sr_RS.UTF-8 - Set sr_RS.UTF-8 to the cyrillic variant - Add sr_RS.UTF-8@latin - Remove the symlinks aliases they were created to represent the 2 components version as aliasas and are now useless - Update the OptionalObsoleteFiles.inc and ObsoleteFiles.inc to reflect those changes Discussed with: ache@ Approved by: re@ (gjb) Notes: svn path=/head/; revision=302329
* Fix generation of locales with multiple variantsBaptiste Daroussin2016-06-206-268/+130
| | | | | | | | | | | | Serbian locales have triple components to represent the 2 variations of the locale: Latin and Cyrillic. Previously the tools generatic the locale were appending both definitions instead of differentiating them. Reported by: ache Approved by: re (gjb) Notes: svn path=/head/; revision=302026
* - Prefer to use %d over %e where the day of the month should be zeroHajimu UMEMOTO2016-06-1945-83/+83
| | | | | | | | | | | | filled. - Since %e means the day of the month as well, regard %e as same as %d in md_order. Reported by: vangyzen Approved by: re (gjb) Notes: svn path=/head/; revision=302016
* Regenerate timedef:Baptiste Daroussin2016-05-2956-122/+122
| | | | | | | | | | | | | | | | | For Russian: - Convert AM/PM which are badly formatted in CLDR to replace it by the proper cyrillic - Add a dependency on Text::Iconv so non unicode get the proper encoding for AM/PM - fix the date format having 'r.,' and convert it to 'r.' (also fixed in Bulgarian) For All: - Use complete Day of Week instead of the abbreviated one Reported by: ache Notes: svn path=/head/; revision=300976
* Readd week day to default datesBaptiste Daroussin2016-05-2854-108/+108
| | | | | | | Requested by: many Notes: svn path=/head/; revision=300914
* Regenerates locales Makefiles and localesBaptiste Daroussin2016-04-162-88/+2
| | | | Notes: svn path=/head/; revision=298121
* Restore a day of the week in date(1) output for Japanese locales.Hajimu UMEMOTO2015-12-203-5/+5
| | | | | | | It was lost by recent locale change. Notes: svn path=/head/; revision=292512
* Simplify the locale generated Makefiles by using bmake multi variables for loopsBaptiste Daroussin2015-12-181-73/+73
| | | | Notes: svn path=/head/; revision=292453
* META MODE: Fix 'make the-lot' with recent locale changesBryan Drewery2015-11-251-0/+11
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=291311
* Bring back a couple of ISO8859-15 locales:Baptiste Daroussin2015-11-162-1/+8
| | | | | | | | | | | | - af_ZA.ISO8859-15 - en_AU.ISO8859-15 - en_CA.ISO8859-15 - en_NZ.ISO8859-15 - en_US.ISO8859-15 - fr_CA.ISO8859-15 Notes: svn path=/head/; revision=290928
* Regenerate locales after readding ISO8859-1 for locales that have ISO8859-15Baptiste Daroussin2015-11-151-1/+28
| | | | | | | Requested by: arche Notes: svn path=/head/; revision=290866
* Use explicit filename when creating locale symlinks to avoid creating aBryan Drewery2015-11-111-1/+2
| | | | | | | | | | directory symlink when the target directory does not exist. This will cause an error instead of a broken setup. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=290677
* Regenerate timedef now that the tools pad CJK correctlyBaptiste Daroussin2015-11-093-27/+27
| | | | Notes: svn path=/head/; revision=290619
* Fix alignment of the short month names for CJK locales,Hajimu UMEMOTO2015-11-0710-90/+90
| | | | | | | as far as I could edit them. Notes: svn path=/head/; revision=290522
* Regenerate localesBaptiste Daroussin2015-10-1338-187/+332
| | | | Notes: svn path=/projects/collation/; revision=289261
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-08135-5444/+6363
| | | | Notes: svn path=/projects/collation/; revision=286464
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Include the target filename in SYMLINKS to avoid any confusion aboutSimon J. Gerraty2013-01-231-1/+1
| | | | | | | | | | | | | | what is dirname and filename. Notes: svn path=/projects/bmake/; revision=245831
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Ensure SYMLINKS fully specifiedSimon J. Gerraty2015-06-111-1/+1
|/ | | | | | | | Differential Revision: D2748 Reviewed by: brooks Notes: svn path=/head/; revision=284287
* Partial fix for PR 91106. Correct the short weekday names. Done according to ↵Konrad Jankowski2011-02-272-4/+4
| | | | | | | | | | | this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group. PR: conf/91106 Approved by: gavin (mentor) MFC after: 1 month Notes: svn path=/head/; revision=219091
* Week days are all lowercase in French.Ollivier Robert2010-07-202-28/+28
| | | | | | | | | | | cf. http://www.academie-francaise.fr/langue/questions.html#jourdelasemaine (FR) PR: misc/148792 Submitted by: Mathieu <freebsd@breatheless.net> MFC after: 1 weeks Notes: svn path=/head/; revision=210296
* Since %b contains unit, %b is not suitable for c_fmt, now. Use %_mHajimu UMEMOTO2009-11-143-3/+3
| | | | | | | instead. Notes: svn path=/head/; revision=199271
* Add unit to the short month names for Japanese locales.Hajimu UMEMOTO2009-11-113-36/+36
| | | | | | | | | | | Without unit, the output of the application like ls(1) is complicated. Reviewed by: nork MFC after: 1 week Notes: svn path=/head/; revision=199179
* Remove trailing spaces.Edwin Groothuis2009-09-161-41/+41
| | | | Notes: svn path=/head/; revision=197248
* Add lv_LVAndrey A. Chernov2009-09-043-0/+204
| | | | | | | | PR: 105100 Submitted by: Aldis Berjoza <killasmurf86@gmail.com> Notes: svn path=/head/; revision=196814
* AM/PM date format for ja_JP.eucJP and ja_JP.SJIS wereHajimu UMEMOTO2009-08-301-4/+2
| | | | | | | | localized by r193869. However, ja_JP.UTF-8 wasn't. So, reflect it to ja_JP.UTF-8 as well. Notes: svn path=/head/; revision=196651
* Long long time ago, several utilities in base used to parse %c output andJung-uk Kim2009-06-152-10/+6
| | | | | | | | | we were not able to change c_fmt without breaking these utilities. Since ache fixed all known issues 8 years ago, now we make ko_KR more usable. Better late than never... Notes: svn path=/head/; revision=194250
* AM/PM should come first in korean.Jung-uk Kim2009-06-152-2/+2
| | | | Notes: svn path=/head/; revision=194242
* Undo the change in r193688 as suggested in conf/72076.Edwin Groothuis2009-06-152-2/+10
| | | | | | | | People on IRC and the -doc mailinglist (June 2009) showed that this new format wasn't used or known widely enough to justify the change. Notes: svn path=/head/; revision=194231
* ko_KR: AM/PM date format should be localized.Jung-uk Kim2009-06-112-8/+4
| | | | | | | Inspired by: r193869 Notes: svn path=/head/; revision=194029
* Invalid (long) date format in pl_PL.ISO8859-2.srcEdwin Groothuis2009-06-102-2/+2
| | | | | | | | | | | | Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET") but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET"). PR: conf/119804 Submitted by: Bodek <bodek@blurp.org> MFC after: 1 week Notes: svn path=/head/; revision=193958
* add ca_AD, ca_FR and ca_IT localesEdwin Groothuis2009-06-101-5/+7
| | | | | | | | | | | | | | | | | Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, France and Italy. In Andorra it is the official language. (see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) Add a bunch of symlinks to between ca_ES and ca_AD, ca_FR and ca_IT. PR: conf/92541 Submitted by: <rmh@io.debian.net> MFC after: 1 week Notes: svn path=/head/; revision=193908
* ja_JP: AM/PM date format should be localized.Edwin Groothuis2009-06-092-8/+4
| | | | | | | | | | | ja_JP.eucJP and ja_JP.SJIS fixes. PR: conf/63527 Submitted by: Yukihiro Nakai <nakai@gnome.gr.jp> MFC after: 1 week Notes: svn path=/head/; revision=193869
* [patch] [locale] German locales use old %d.%m.%y date format instead of ↵Edwin Groothuis2009-06-082-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | newer ISO date From the submitter: DIN 5008 (German norm for text processing) defines the old date format (%d.%m.%Y) to be obsolete and to be used only, if unambigous. In international communications the new format (%Y-%m-%d) is now required and FreeBSD should respect this. References: - DIN 5008 - EN 28 601 - ISO 8601 Thanks to Oliver Lietz for bringing this to my attention. PR: conf/72076 Submitted by: Peter Wullinger <some-mail-drop@gmx.net> MFC after: 1 week Notes: svn path=/head/; revision=193688
* [patch] Portuguese timedefEdwin Groothuis2009-06-052-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Portuguese, the names of the days of the week are not capitalized. Also there is always a dash before "feira" in the names of the days. For example: "segunda-feira" and not "segunda feira" (which has a completely different meaning). x_fmt is not correct either. The date separator should not be a dot but a slash. Example: 31/12/2005 if far more used in Portugal than 31.12.2005. References: - a Portuguese online dictionary http://priberam.pt/dlpo/dlpo.aspx - http://answers.com/days_of_the_week (there are translations to various languages, including Portuguese, at the bottom of the page) - http://en.wikipedia.org/wiki/Week-day_names (there are translations to various languages, including Portuguese, at the bottom of the page) - a Portuguese style guide http://www.publico.clix.pt/nos/livro_estilo/16d-palavras.html ("datas" section) PR: conf/58595 Submitted by: Chris Stenton <jacs@gnome.co.uk> MFC after: 1 week Notes: svn path=/head/; revision=193498
* Fix ISO8859-15 links for nb_NO / no_NO.Dag-Erling Smørgrav2009-04-061-3/+2
| | | | | | | | Submitted by: ru MFC after: 1 week Notes: svn path=/head/; revision=190774