aboutsummaryrefslogtreecommitdiff
path: root/share/timedef/de_AT.UTF-8.src
Commit message (Collapse)AuthorAgeFilesLines
* Use blank am_pm and t_fmt_ampm for de_AT and de_DE locales as apparentlyYuri Pankov2018-11-111-7/+3
| | | | | | | | | | | | | | | they use 24-hour clock notation. The visible change is that w(1) now uses 24-hour clock format as it checks for t_fmt_ampm presence. PR: 231771 Submitted by: Christoph Schönweiler <public2016@hauptsignal.at> Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D17945 Notes: svn path=/head/; revision=340354
* Set date and time formats back to what they were before CLDRBaptiste Daroussin2016-08-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 weekday to the date format of more localesBaptiste Daroussin2016-07-231-2/+2
| | | | | | | MFC after: 1 day Notes: svn path=/head/; revision=303219
* Add newly generated locales from CLDR 27.0.1Baptiste Daroussin2015-08-081-43/+28
| | | | Notes: svn path=/projects/collation/; revision=286464
* Comments fixingAndrey A. Chernov2007-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] Notes: svn path=/head/; revision=174990
* Comments fixingAndrey A. Chernov2007-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 Notes: svn path=/head/; revision=174977
* Add UTF-8 versions of all the currently supported system locales. Most ofTim J. Robbins2004-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 Notes: svn path=/head/; revision=127474