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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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_001.txt ('k') | source/data/locales/en_AG.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/en_150.txt
diff --git a/source/data/locales/en_150.txt b/source/data/locales/en_150.txt
index c8869f2b174bd25804440212858c99cf6b3740e5..05276084082ee8810b0643079766e37760c0cdff 100755
--- a/source/data/locales/en_150.txt
+++ b/source/data/locales/en_150.txt
@@ -1,16 +1,17 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/en_150.xml
// *
// ***************************************************************************
en_150{
- %%Parent{"en_GB"}
+ %%Parent{"en_001"}
NumberElements{
latn{
patterns{
+ accountingFormat{"#,##0.00 ¤"}
currencyFormat{"#,##0.00 ¤"}
}
symbols{
@@ -19,55 +20,24 @@ en_150{
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.19.76"}
calendar{
- generic{
- DateTimePatterns{
- "HH 'h' mm 'min' ss 's' zzzz",
- "HH:mm:ss z",
- "HH:mm:ss",
- "HH:mm",
- "EEEE d MMMM y G",
- "d MMM y G",
- "dd MMM y G",
- "dd/MM/y GGGGG",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- "{1} {0}",
- }
- availableFormats{
- MEd{"E d/M"}
- Md{"d/M"}
- yyyyMEd{"E, d/M/y G"}
- yyyyMMMEd{"E d MMM y G"}
- yyyyMd{"d/M/y G"}
- }
- }
gregorian{
DateTimePatterns{
- "HH 'h' mm 'min' ss 's' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
- "EEEE d MMMM y",
+ "EEEE, d MMMM y",
+ "d MMMM y",
"d MMM y",
- "dd MMM y",
- "dd/MM/yy",
+ "dd/MM/y",
"{1}, {0}",
"{1} 'at' {0}",
"{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
- availableFormats{
- MEd{"E d/M"}
- Md{"d/M"}
- yMEd{"E, d/M/y"}
- yMMMEd{"E d MMM y"}
- yMd{"d/M/y"}
- }
}
}
}
« no previous file with comments | « source/data/locales/en_001.txt ('k') | source/data/locales/en_AG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698