Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1150)

Unified Diff: source/data/locales/de_AT.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/locales/de.txt ('k') | source/data/locales/de_BE.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/de_AT.txt
diff --git a/source/data/locales/de_AT.txt b/source/data/locales/de_AT.txt
index 2c320471677801f94114348ec1347ef64ab8eeaa..57c6ab8d0efad4c9eff36e10c8644b7e3b093709 100644
--- a/source/data/locales/de_AT.txt
+++ b/source/data/locales/de_AT.txt
@@ -1,6 +1,6 @@
// ***************************************************************************
// *
-// * Copyright (C) 2013 International Business Machines
+// * Copyright (C) 2014 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/de_AT.xml
@@ -14,7 +14,7 @@ de_AT{
}
}
}
- Version{"2.0.92.87"}
+ Version{"2.1.8.19"}
calendar{
generic{
DateTimePatterns{
@@ -26,11 +26,11 @@ de_AT{
"dd. MMMM y G",
"dd.MM.y G",
"dd.MM.yy GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'um' {0}",
+ "{1} 'um' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
}
}
gregorian{
@@ -41,13 +41,33 @@ de_AT{
"HH:mm",
"EEEE, dd. MMMM y",
"dd. MMMM y",
- "dd.MM.y",
+ "dd. MMM y",
"dd.MM.yy",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1}, {0}",
+ "{1} 'um' {0}",
+ "{1} 'um' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ intervalFormats{
+ MMMEd{
+ M{"E, dd. MMM - E, dd. MMM"}
+ d{"E, dd. - E, dd. MMM"}
+ }
+ MMMd{
+ M{"dd. MMM - dd. MMM"}
+ d{"dd.-dd. MMM"}
+ }
+ yMMMEd{
+ M{"E, dd. MMM - E, dd. MMM y"}
+ d{"E, dd. - E, dd. MMM y"}
+ y{"E, dd. MMM y - E, dd. MMM y"}
+ }
+ yMMMd{
+ M{"dd. MMM - dd. MMM y"}
+ d{"dd.-dd. MMM y"}
+ y{"dd. MMM y - dd. MMM y"}
+ }
}
monthNames{
format{
« no previous file with comments | « source/data/locales/de.txt ('k') | source/data/locales/de_BE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698