svn commit: r340354 - head/share/timedef

Yuri Pankov yuripv at FreeBSD.org
Sun Nov 11 13:41:35 UTC 2018


Author: yuripv
Date: Sun Nov 11 13:41:32 2018
New Revision: 340354
URL: https://svnweb.freebsd.org/changeset/base/340354

Log:
  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 at hauptsignal.at>
  Reviewed by:	bapt
  Approved by:	kib (mentor, implicit)
  MFC after:	1 month
  Differential Revision:	https://reviews.freebsd.org/D17945

Modified:
  head/share/timedef/de_AT.ISO8859-15.src
  head/share/timedef/de_AT.UTF-8.src
  head/share/timedef/de_DE.ISO8859-15.src
  head/share/timedef/de_DE.UTF-8.src

Modified: head/share/timedef/de_AT.ISO8859-15.src
==============================================================================
--- head/share/timedef/de_AT.ISO8859-15.src	Sun Nov 11 12:35:30 2018	(r340353)
+++ head/share/timedef/de_AT.ISO8859-15.src	Sun Nov 11 13:41:32 2018	(r340354)
@@ -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
 Jän.
@@ -59,8 +55,8 @@ Samstag
 %a %e %b %X %Y
 #
 # AM/PM
-vorm.
-nachm.
+
+
 #
 # date_fmt
 %a %e %b %Y %X %Z
@@ -83,5 +79,5 @@ Dezember
 dm
 #
 # ampm_fmt
-%I:%M:%S %p
+
 # EOF

Modified: head/share/timedef/de_AT.UTF-8.src
==============================================================================
--- head/share/timedef/de_AT.UTF-8.src	Sun Nov 11 12:35:30 2018	(r340353)
+++ head/share/timedef/de_AT.UTF-8.src	Sun Nov 11 13:41:32 2018	(r340354)
@@ -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
 Jän.
@@ -59,8 +55,8 @@ Samstag
 %a %e %b %X %Y
 #
 # AM/PM
-vorm.
-nachm.
+
+
 #
 # date_fmt
 %a %e %b %Y %X %Z
@@ -83,5 +79,5 @@ Dezember
 dm
 #
 # ampm_fmt
-%I:%M:%S %p
+
 # EOF

Modified: head/share/timedef/de_DE.ISO8859-15.src
==============================================================================
--- head/share/timedef/de_DE.ISO8859-15.src	Sun Nov 11 12:35:30 2018	(r340353)
+++ head/share/timedef/de_DE.ISO8859-15.src	Sun Nov 11 13:41:32 2018	(r340354)
@@ -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
 Jan.
@@ -59,8 +55,8 @@ Samstag
 %a %e %b %X %Y
 #
 # AM/PM
-vorm.
-nachm.
+
+
 #
 # date_fmt
 %a %e %b %Y %X %Z
@@ -83,5 +79,5 @@ Dezember
 dm
 #
 # ampm_fmt
-%I:%M:%S %p
+
 # EOF

Modified: head/share/timedef/de_DE.UTF-8.src
==============================================================================
--- head/share/timedef/de_DE.UTF-8.src	Sun Nov 11 12:35:30 2018	(r340353)
+++ head/share/timedef/de_DE.UTF-8.src	Sun Nov 11 13:41:32 2018	(r340354)
@@ -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
 Jan.
@@ -59,8 +55,8 @@ Samstag
 %a %e %b %X %Y
 #
 # AM/PM
-vorm.
-nachm.
+
+
 #
 # date_fmt
 %a %e %b %Y %X %Z
@@ -83,5 +79,5 @@ Dezember
 dm
 #
 # ampm_fmt
-%I:%M:%S %p
+
 # EOF


More information about the svn-src-head mailing list