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

Side by Side Diff: source/data/locales/en_BE.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_BB.txt ('k') | source/data/locales/en_BI.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/en_BE.xml 6 // * Source File: <path>/common/main/en_BE.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_BE{ 9 en_BE{
10 %%Parent{"en_GB"} 10 %%Parent{"en_001"}
11 NumberElements{ 11 NumberElements{
12 latn{ 12 latn{
13 patterns{ 13 patterns{
14 currencyFormat{"#,##0.00 ¤"} 14 currencyFormat{"#,##0.00 ¤"}
15 } 15 }
16 symbols{ 16 symbols{
17 decimal{","} 17 decimal{","}
18 group{"."} 18 group{"."}
19 } 19 }
20 } 20 }
21 } 21 }
22 Version{"2.1.8.19"} 22 Version{"2.1.19.14"}
23 calendar{ 23 calendar{
24 generic{ 24 generic{
25 DateTimePatterns{ 25 DateTimePatterns{
26 "HH 'h' mm 'min' ss 's' zzzz", 26 "HH:mm:ss zzzz",
27 "HH:mm:ss z", 27 "HH:mm:ss z",
28 "HH:mm:ss", 28 "HH:mm:ss",
29 "HH:mm", 29 "HH:mm",
30 "EEEE d MMMM y G", 30 "EEEE, d MMMM y G",
31 "d MMM y G", 31 "d MMMM y G",
32 "dd MMM y G", 32 "dd MMM y G",
33 "dd/MM/y GGGGG", 33 "dd/MM/y GGGGG",
34 "{1} {0}", 34 "{1}, {0}",
35 "{1} {0}", 35 "{1} 'at' {0}",
36 "{1} {0}", 36 "{1} 'at' {0}",
37 "{1} {0}", 37 "{1}, {0}",
38 "{1} {0}", 38 "{1}, {0}",
39 } 39 }
40 availableFormats{ 40 availableFormats{
41 MEd{"E d/M"} 41 MEd{"E, d/M"}
42 Md{"d/M"} 42 Md{"d/M"}
43 yyyyMEd{"E, d/M/y G"} 43 yyyyMEd{"E, d/M/y G"}
44 yyyyMMMEd{"E d MMM y G"}
45 yyyyMd{"d/M/y G"} 44 yyyyMd{"d/M/y G"}
46 } 45 }
47 } 46 }
48 gregorian{ 47 gregorian{
49 DateTimePatterns{ 48 DateTimePatterns{
50 "HH 'h' mm 'min' ss 's' zzzz", 49 "HH:mm:ss zzzz",
51 "HH:mm:ss z", 50 "HH:mm:ss z",
52 "HH:mm:ss", 51 "HH:mm:ss",
53 "HH:mm", 52 "HH:mm",
54 "EEEE d MMMM y", 53 "EEEE, d MMMM y",
55 "d MMM y", 54 "d MMMM y",
56 "dd MMM y", 55 "dd MMM y",
57 "dd/MM/yy", 56 "dd/MM/yy",
58 "{1}, {0}", 57 "{1}, {0}",
59 "{1} 'at' {0}", 58 "{1} 'at' {0}",
60 "{1} 'at' {0}", 59 "{1} 'at' {0}",
61 "{1}, {0}", 60 "{1}, {0}",
62 "{1}, {0}", 61 "{1}, {0}",
63 } 62 }
64 availableFormats{ 63 availableFormats{
65 MEd{"E d/M"} 64 MEd{"E, d/M"}
66 Md{"d/M"} 65 Md{"d/M"}
67 yMEd{"E, d/M/y"} 66 yMEd{"E, d/M/y"}
68 yMMMEd{"E d MMM y"}
69 yMd{"d/M/y"} 67 yMd{"d/M/y"}
70 } 68 }
71 } 69 }
72 } 70 }
73 } 71 }
OLDNEW
« no previous file with comments | « source/data/locales/en_BB.txt ('k') | source/data/locales/en_BI.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698