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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/it_CH.xml 6 // * Source File: <path>/common/main/en_SE.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 it_CH{ 9 en_SE{
10 %%Parent{"en_150"}
10 NumberElements{ 11 NumberElements{
11 latn{ 12 latn{
12 patterns{ 13 patterns{
13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} 14 percentFormat{"#,##0 %"}
14 } 15 }
15 symbols{ 16 symbols{
16 decimal{"."} 17 exponential{"×10^"}
17 group{"'"} 18 group{" "}
18 } 19 }
19 } 20 }
20 } 21 }
21 Version{"2.1.8.19"} 22 Version{"2.1.19.69"}
22 calendar{ 23 calendar{
23 generic{ 24 generic{
24 DateTimePatterns{ 25 DateTimePatterns{
25 "HH.mm:ss 'h' zzzz", 26 "HH:mm:ss zzzz",
26 "HH:mm:ss z", 27 "HH:mm:ss z",
27 "HH:mm:ss", 28 "HH:mm:ss",
28 "HH:mm", 29 "HH:mm",
29 "EEEE, d MMMM y G", 30 "EEEE, d MMMM y G",
30 "d MMMM y G", 31 "d MMMM y G",
31 "d-MMM-y G", 32 "d MMM y G",
32 "dd.MM.yy GGGGG", 33 "G y-MM-dd",
33 "{1}, {0}", 34 "{1}, {0}",
34 "{1} 'alle' {0}", 35 "{1} 'at' {0}",
35 "{1} 'alle' {0}", 36 "{1} 'at' {0}",
36 "{1}, {0}", 37 "{1}, {0}",
37 "{1}, {0}", 38 "{1}, {0}",
38 } 39 }
40 availableFormats{
41 yyyyM{"y-MM G"}
42 yyyyMEd{"E y-MM-dd G"}
43 yyyyMd{"y-MM-dd G"}
44 }
39 } 45 }
40 gregorian{ 46 gregorian{
41 DateTimePatterns{ 47 DateTimePatterns{
42 "HH.mm:ss 'h' zzzz", 48 "HH:mm:ss zzzz",
43 "HH:mm:ss z", 49 "HH:mm:ss z",
44 "HH:mm:ss", 50 "HH:mm:ss",
45 "HH:mm", 51 "HH:mm",
46 "EEEE, d MMMM y", 52 "EEEE, d MMMM y",
47 "d MMMM y", 53 "d MMMM y",
48 "d-MMM-y", 54 "d MMM y",
49 "dd.MM.yy", 55 "y-MM-dd",
50 "{1}, {0}", 56 "{1}, {0}",
51 "{1} {0}", 57 "{1} 'at' {0}",
52 "{1} {0}", 58 "{1} 'at' {0}",
53 "{1}, {0}", 59 "{1}, {0}",
54 "{1}, {0}", 60 "{1}, {0}",
55 } 61 }
62 availableFormats{
63 yM{"y-MM"}
64 yMEd{"E, y-MM-dd"}
65 yMd{"y-MM-dd"}
66 }
56 } 67 }
57 } 68 }
58 } 69 }
OLDNEW
« 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