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

Side by Side Diff: source/data/locales/en_MT.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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) 2013 International Business Machines 3 // * Copyright (C) 2014 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_GB"}
11 Version{"2.0.90.61"} 11 Version{"2.1.8.19"}
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",
(...skipping 14 matching lines...) Expand all
36 gregorian{ 36 gregorian{
37 DateTimePatterns{ 37 DateTimePatterns{
38 "HH:mm:ss zzzz", 38 "HH:mm:ss zzzz",
39 "HH:mm:ss z", 39 "HH:mm:ss z",
40 "HH:mm:ss", 40 "HH:mm:ss",
41 "HH:mm", 41 "HH:mm",
42 "EEEE, d MMMM y", 42 "EEEE, d MMMM y",
43 "dd MMMM y", 43 "dd MMMM y",
44 "dd MMM y", 44 "dd MMM y",
45 "dd/MM/y", 45 "dd/MM/y",
46 "{1} {0}", 46 "{1}, {0}",
47 "{1} {0}", 47 "{1} 'at' {0}",
48 "{1} {0}", 48 "{1} 'at' {0}",
49 "{1} {0}", 49 "{1}, {0}",
50 "{1} {0}", 50 "{1}, {0}",
51 } 51 }
52 availableFormats{ 52 availableFormats{
53 MMMEd{"E, d MMM"} 53 MMMEd{"E, d MMM"}
54 MMMd{"dd MMM"} 54 MMMd{"dd MMM"}
55 yMMMEd{"E, dd MMM y"} 55 yMMMEd{"E, dd MMM y"}
56 yMMMd{"dd MMM y"} 56 yMMMd{"dd MMM y"}
57 } 57 }
58 } 58 }
59 } 59 }
60 } 60 }
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