6802396 de_AT and de_CH date_fmt is incorrect
authorjenda
Tue, 12 Jan 2010 09:07:29 +0100
changeset 99 99ad098c4f96
parent 98 dc8d2daf929d
child 100 947529dd1379
6802396 de_AT and de_CH date_fmt is incorrect
misc/patches/cldr_core/1.7.1/de.patch
--- a/misc/patches/cldr_core/1.7.1/de.patch	Fri Dec 04 15:37:25 2009 +0100
+++ b/misc/patches/cldr_core/1.7.1/de.patch	Tue Jan 12 09:07:29 2010 +0100
@@ -1,8 +1,22 @@
-Index: cldr_core/main/de.xml
-===================================================================
---- cldr_core.orig/common/main/de.xml	2009-06-18 16:47:09.000000000 +0200
-+++ cldr_core/main/de.xml	2009-09-21 13:28:16.000000000 +0200
-@@ -1306,7 +1306,7 @@
+diff -ruN cldr_core.orig/main/de.xml cldr_core/main/de.xml
+--- cldr_core.orig/main/de.xml	2010-01-07 12:16:50.005934996 +0100
++++ cldr_core/main/de.xml	2010-01-07 13:47:50.233934925 +0100
+@@ -1284,12 +1284,12 @@
+ 				<timeFormats>
+ 					<timeFormatLength type="full">
+ 						<timeFormat>
+-							<pattern>HH:mm:ss zzzz</pattern>
++							<pattern>HH:mm:ss 'Uhr' zzzz</pattern>
+ 						</timeFormat>
+ 					</timeFormatLength>
+ 					<timeFormatLength type="long">
+ 						<timeFormat>
+-							<pattern>HH:mm:ss z</pattern>
++							<pattern>HH:mm:ss 'Uhr' z</pattern>
+ 						</timeFormat>
+ 					</timeFormatLength>
+ 					<timeFormatLength type="medium">
+@@ -1306,22 +1306,22 @@
  				<dateTimeFormats>
  					<dateTimeFormatLength type="full">
  						<dateTimeFormat>
@@ -11,11 +25,21 @@
  						</dateTimeFormat>
  					</dateTimeFormatLength>
  					<dateTimeFormatLength type="long">
-@@ -1324,6 +1324,7 @@
- 							<pattern>{1} {0}</pattern>
+ 						<dateTimeFormat>
+-							<pattern>{1} {0}</pattern>
++							<pattern>{1}, {0}</pattern>
  						</dateTimeFormat>
  					</dateTimeFormatLength>
-+
+ 					<dateTimeFormatLength type="medium">
+ 						<dateTimeFormat>
+-							<pattern>{1} {0}</pattern>
++							<pattern>{1}, {0}</pattern>
+ 						</dateTimeFormat>
+ 					</dateTimeFormatLength>
+ 					<dateTimeFormatLength type="short">
+ 						<dateTimeFormat>
+-							<pattern>{1} {0}</pattern>
++							<pattern>{1}, {0}</pattern>
+ 						</dateTimeFormat>
+ 					</dateTimeFormatLength>
  					<availableFormats>
- 						<dateFormatItem id="d">d</dateFormatItem>
- 						<dateFormatItem id="Ed">E d.</dateFormatItem>