freebsd-dev/share/timedef/de_DE.UTF-8.src
Edwin Groothuis b5f0ce109a [patch] [locale] German locales use old %d.%m.%y date format instead of 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
2009-06-08 05:33:08 +00:00

103 lines
743 B
Plaintext

# $FreeBSD$
#
# WARNING: spaces may be essential at the end of lines
# WARNING: empty lines are essential too
#
# Short month names
#
Jan
Feb
Mär
Apr
Mai
Jun
Jul
Aug
Sep
Okt
Nov
Dez
#
# Long month names (as in a date)
#
Januar
Februar
März
April
Mai
Juni
Juli
August
September
Oktober
November
Dezember
#
# Short weekday names
#
So
Mo
Di
Mi
Do
Fr
Sa
#
# Long weekday names
#
Sonntag
Montag
Dienstag
Mittwoch
Donnerstag
Freitag
Samstag
#
# X_fmt
#
%H:%M:%S
#
# x_fmt
#
%Y-%m-%d
#
# c_fmt
#
%a %e %b %X %Y
#
# am
#
am
#
# pm
#
pm
#
# date_fmt
#
%a %e %b %Y %X %Z
#
# Long month names (without case ending)
#
Januar
Februar
März
April
Mai
Juni
Juli
August
September
Oktober
November
Dezember
#
# md_order
#
dm
#
# ampm_fmt
#
%I:%M:%S %p
# EOF