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

Unified Diff: source/data/locales/en_CA.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/en_BZ.txt ('k') | source/data/locales/en_CC.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/en_CA.txt
diff --git a/source/data/locales/en_CA.txt b/source/data/locales/en_CA.txt
index 69c4f38e3d03f8f14d17b6aacd4474ac10a91911..1e7530b7a15579451d926e69c2f3d2f9c8d0eded 100644
--- a/source/data/locales/en_CA.txt
+++ b/source/data/locales/en_CA.txt
@@ -1,11 +1,109 @@
// ***************************************************************************
// *
-// * 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/en_CA.xml
// *
// ***************************************************************************
en_CA{
- Version{"2.0.90.61"}
+ Version{"2.1.8.19"}
+ calendar{
+ generic{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, MMMM d, y G",
+ "MMMM d, y G",
+ "MMM d, y G",
+ "GGGGG y-MM-dd",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ MEd{"E, MM-dd"}
+ Md{"MM-dd"}
+ yyyyM{"GGGGG y-MM"}
+ yyyyMEd{"E, GGGGG y-MM-dd"}
+ yyyyMd{"GGGGG y-MM-dd"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E, MM-dd – E, MM-dd"}
+ d{"E, MM-dd – E, MM-dd"}
+ }
+ Md{
+ M{"MM-dd – MM-dd"}
+ d{"MM-dd – MM-dd"}
+ }
+ yM{
+ M{"GGGGG y-MM – y-MM"}
+ y{"GGGGG y-MM – y-MM"}
+ }
+ yMEd{
+ M{"E, y-MM-dd – E, y-MM-dd"}
+ d{"E, y-MM-dd – E, y-MM-dd"}
+ y{"E, y-MM-dd – E, y-MM-dd"}
+ }
+ yMd{
+ M{"GGGGG y-MM-dd – y-MM-dd"}
+ d{"GGGGG y-MM-dd – y-MM-dd"}
+ y{"GGGGG y-MM-dd – y-MM-dd"}
+ }
+ }
+ }
+ gregorian{
+ DateTimePatterns{
+ "h:mm:ss a zzzz",
+ "h:mm:ss a z",
+ "h:mm:ss a",
+ "h:mm a",
+ "EEEE, MMMM d, y",
+ "MMMM d, y",
+ "MMM d, y",
+ "y-MM-dd",
+ "{1}, {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
+ "{1}, {0}",
+ "{1}, {0}",
+ }
+ availableFormats{
+ MEd{"E, MM-dd"}
+ Md{"MM-dd"}
+ yM{"y-MM"}
+ yMEd{"E, y-MM-dd"}
+ yMd{"y-MM-dd"}
+ }
+ intervalFormats{
+ MEd{
+ M{"E, MM-dd – E, MM-dd"}
+ d{"E, MM-dd – E, MM-dd"}
+ }
+ Md{
+ M{"MM-dd – MM-dd"}
+ d{"MM-dd – MM-dd"}
+ }
+ yM{
+ M{"y-MM – y-MM"}
+ y{"y-MM – y-MM"}
+ }
+ yMEd{
+ M{"E, y-MM-dd – E, y-MM-dd"}
+ d{"E, y-MM-dd – E, y-MM-dd"}
+ y{"E, y-MM-dd – E, y-MM-dd"}
+ }
+ yMd{
+ M{"y-MM-dd – y-MM-dd"}
+ d{"y-MM-dd – y-MM-dd"}
+ y{"y-MM-dd – y-MM-dd"}
+ }
+ }
+ }
+ }
}
« no previous file with comments | « source/data/locales/en_BZ.txt ('k') | source/data/locales/en_CC.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698