Use blank am_pm and t_fmt_ampm for de_AT and de_DE locales as apparently
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
This commit is contained in:
parent
b2b4bc844b
commit
e5af4affd1
@ -1,7 +1,3 @@
|
|||||||
# Warning: Do not edit. This file is automatically generated from the
|
|
||||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
|
||||||
# CLDR project, obtained from http://cldr.unicode.org/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
#
|
#
|
||||||
# Short month names
|
# Short month names
|
||||||
Jän.
|
Jän.
|
||||||
@ -59,8 +55,8 @@ Samstag
|
|||||||
%a %e %b %X %Y
|
%a %e %b %X %Y
|
||||||
#
|
#
|
||||||
# AM/PM
|
# AM/PM
|
||||||
vorm.
|
|
||||||
nachm.
|
|
||||||
#
|
#
|
||||||
# date_fmt
|
# date_fmt
|
||||||
%a %e %b %Y %X %Z
|
%a %e %b %Y %X %Z
|
||||||
@ -83,5 +79,5 @@ Dezember
|
|||||||
dm
|
dm
|
||||||
#
|
#
|
||||||
# ampm_fmt
|
# ampm_fmt
|
||||||
%I:%M:%S %p
|
|
||||||
# EOF
|
# EOF
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
# Warning: Do not edit. This file is automatically generated from the
|
|
||||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
|
||||||
# CLDR project, obtained from http://cldr.unicode.org/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
#
|
#
|
||||||
# Short month names
|
# Short month names
|
||||||
Jän.
|
Jän.
|
||||||
@ -59,8 +55,8 @@ Samstag
|
|||||||
%a %e %b %X %Y
|
%a %e %b %X %Y
|
||||||
#
|
#
|
||||||
# AM/PM
|
# AM/PM
|
||||||
vorm.
|
|
||||||
nachm.
|
|
||||||
#
|
#
|
||||||
# date_fmt
|
# date_fmt
|
||||||
%a %e %b %Y %X %Z
|
%a %e %b %Y %X %Z
|
||||||
@ -83,5 +79,5 @@ Dezember
|
|||||||
dm
|
dm
|
||||||
#
|
#
|
||||||
# ampm_fmt
|
# ampm_fmt
|
||||||
%I:%M:%S %p
|
|
||||||
# EOF
|
# EOF
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
# Warning: Do not edit. This file is automatically generated from the
|
|
||||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
|
||||||
# CLDR project, obtained from http://cldr.unicode.org/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
#
|
#
|
||||||
# Short month names
|
# Short month names
|
||||||
Jan.
|
Jan.
|
||||||
@ -59,8 +55,8 @@ Samstag
|
|||||||
%a %e %b %X %Y
|
%a %e %b %X %Y
|
||||||
#
|
#
|
||||||
# AM/PM
|
# AM/PM
|
||||||
vorm.
|
|
||||||
nachm.
|
|
||||||
#
|
#
|
||||||
# date_fmt
|
# date_fmt
|
||||||
%a %e %b %Y %X %Z
|
%a %e %b %Y %X %Z
|
||||||
@ -83,5 +79,5 @@ Dezember
|
|||||||
dm
|
dm
|
||||||
#
|
#
|
||||||
# ampm_fmt
|
# ampm_fmt
|
||||||
%I:%M:%S %p
|
|
||||||
# EOF
|
# EOF
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
# Warning: Do not edit. This file is automatically generated from the
|
|
||||||
# tools in /usr/src/tools/tools/locale. The data is obtained from the
|
|
||||||
# CLDR project, obtained from http://cldr.unicode.org/
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
#
|
#
|
||||||
# Short month names
|
# Short month names
|
||||||
Jan.
|
Jan.
|
||||||
@ -59,8 +55,8 @@ Samstag
|
|||||||
%a %e %b %X %Y
|
%a %e %b %X %Y
|
||||||
#
|
#
|
||||||
# AM/PM
|
# AM/PM
|
||||||
vorm.
|
|
||||||
nachm.
|
|
||||||
#
|
#
|
||||||
# date_fmt
|
# date_fmt
|
||||||
%a %e %b %Y %X %Z
|
%a %e %b %Y %X %Z
|
||||||
@ -83,5 +79,5 @@ Dezember
|
|||||||
dm
|
dm
|
||||||
#
|
#
|
||||||
# ampm_fmt
|
# ampm_fmt
|
||||||
%I:%M:%S %p
|
|
||||||
# EOF
|
# EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user