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

Unified Diff: source/data/locales/en_SE.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_SD.txt ('k') | source/data/locales/en_SG.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/locales/en_SE.txt
diff --git a/source/data/locales/it_CH.txt b/source/data/locales/en_SE.txt
old mode 100644
new mode 100755
similarity index 54%
copy from source/data/locales/it_CH.txt
copy to source/data/locales/en_SE.txt
index 1110c6915c2fcbfd0068fd444f1a466c45dfb920..9c8083288cb64d60d2ed859f12dcead83c9d5b0c
--- a/source/data/locales/it_CH.txt
+++ b/source/data/locales/en_SE.txt
@@ -1,58 +1,69 @@
// ***************************************************************************
// *
-// * 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/it_CH.xml
+// * Source File: <path>/common/main/en_SE.xml
// *
// ***************************************************************************
-it_CH{
+en_SE{
+ %%Parent{"en_150"}
NumberElements{
latn{
patterns{
- currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
+ percentFormat{"#,##0 %"}
}
symbols{
- decimal{"."}
- group{"'"}
+ exponential{"×10^"}
+ group{" "}
}
}
}
- Version{"2.1.8.19"}
+ Version{"2.1.19.69"}
calendar{
generic{
DateTimePatterns{
- "HH.mm:ss 'h' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM y G",
"d MMMM y G",
- "d-MMM-y G",
- "dd.MM.yy GGGGG",
+ "d MMM y G",
+ "G y-MM-dd",
"{1}, {0}",
- "{1} 'alle' {0}",
- "{1} 'alle' {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
+ availableFormats{
+ yyyyM{"y-MM G"}
+ yyyyMEd{"E y-MM-dd G"}
+ yyyyMd{"y-MM-dd G"}
+ }
}
gregorian{
DateTimePatterns{
- "HH.mm:ss 'h' zzzz",
+ "HH:mm:ss zzzz",
"HH:mm:ss z",
"HH:mm:ss",
"HH:mm",
"EEEE, d MMMM y",
"d MMMM y",
- "d-MMM-y",
- "dd.MM.yy",
+ "d MMM y",
+ "y-MM-dd",
"{1}, {0}",
- "{1} {0}",
- "{1} {0}",
+ "{1} 'at' {0}",
+ "{1} 'at' {0}",
"{1}, {0}",
"{1}, {0}",
}
+ availableFormats{
+ yM{"y-MM"}
+ yMEd{"E, y-MM-dd"}
+ yMd{"y-MM-dd"}
+ }
}
}
}
« no previous file with comments | « source/data/locales/en_SD.txt ('k') | source/data/locales/en_SG.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698