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

Side by Side Diff: source/data/locales/en_MT.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_MS.txt ('k') | source/data/locales/en_MU.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_MT.xml 6 // * Source File: <path>/common/main/en_MT.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_MT{ 9 en_MT{
10 %%Parent{"en_GB"} 10 %%Parent{"en_001"}
11 Version{"2.1.8.19"} 11 Version{"2.1.19.14"}
12 calendar{ 12 calendar{
13 generic{ 13 generic{
14 DateTimePatterns{ 14 DateTimePatterns{
15 "HH:mm:ss zzzz", 15 "HH:mm:ss zzzz",
16 "HH:mm:ss z", 16 "HH:mm:ss z",
17 "HH:mm:ss", 17 "HH:mm:ss",
18 "HH:mm", 18 "HH:mm",
19 "EEEE, d MMMM y G", 19 "EEEE, d MMMM y G",
20 "dd MMMM y G", 20 "dd MMMM y G",
21 "dd MMM y G", 21 "dd MMM y G",
22 "dd/MM/y GGGGG", 22 "dd/MM/y GGGGG",
23 "{1} {0}", 23 "{1}, {0}",
24 "{1} {0}", 24 "{1} 'at' {0}",
25 "{1} {0}", 25 "{1} 'at' {0}",
26 "{1} {0}", 26 "{1}, {0}",
27 "{1} {0}", 27 "{1}, {0}",
28 } 28 }
29 availableFormats{ 29 availableFormats{
30 MMMEd{"E, d MMM"}
31 MMMd{"dd MMM"} 30 MMMd{"dd MMM"}
32 yyyyMMMEd{"E, dd MMM y G"} 31 yyyyMMMEd{"E, dd MMM y G"}
33 yyyyMMMd{"dd MMM y G"} 32 yyyyMMMd{"dd MMM y G"}
34 } 33 }
35 } 34 }
36 gregorian{ 35 gregorian{
37 DateTimePatterns{ 36 DateTimePatterns{
38 "HH:mm:ss zzzz", 37 "HH:mm:ss zzzz",
39 "HH:mm:ss z", 38 "HH:mm:ss z",
40 "HH:mm:ss", 39 "HH:mm:ss",
41 "HH:mm", 40 "HH:mm",
42 "EEEE, d MMMM y", 41 "EEEE, d MMMM y",
43 "dd MMMM y", 42 "dd MMMM y",
44 "dd MMM y", 43 "dd MMM y",
45 "dd/MM/y", 44 "dd/MM/y",
46 "{1}, {0}", 45 "{1}, {0}",
47 "{1} 'at' {0}", 46 "{1} 'at' {0}",
48 "{1} 'at' {0}", 47 "{1} 'at' {0}",
49 "{1}, {0}", 48 "{1}, {0}",
50 "{1}, {0}", 49 "{1}, {0}",
51 } 50 }
52 availableFormats{ 51 availableFormats{
53 MMMEd{"E, d MMM"}
54 MMMd{"dd MMM"} 52 MMMd{"dd MMM"}
55 yMMMEd{"E, dd MMM y"} 53 yMMMEd{"E, dd MMM y"}
56 yMMMd{"dd MMM y"} 54 yMMMd{"dd MMM y"}
57 } 55 }
58 } 56 }
59 } 57 }
60 } 58 }
OLDNEW
« no previous file with comments | « source/data/locales/en_MS.txt ('k') | source/data/locales/en_MU.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698