summaryrefslogtreecommitdiffstats
path: root/share/timedef/de_DE.UTF-8.src
Commit message (Collapse)AuthorAgeFilesLines
* Undo the change in r193688 as suggested in conf/72076.edwin2009-06-151-1/+5
| | | | | 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.
* [patch] [locale] German locales use old %d.%m.%y date format instead of ↵edwin2009-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Comments fixingache2007-12-301-5/+5
| | | | | | | | 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-291-2/+2
| | | | | | | | | "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
* Add UTF-8 versions of all the currently supported system locales. Most oftjr2004-03-271-0/+102
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
OpenPOWER on IntegriCloud