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

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

Issue 1823293002: Update timezone and apply miscellaneous locale data fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: fix a typo in README.chromium Created 4 years, 9 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/ar.txt ('k') | source/data/locales/fa.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) 2015 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_AU.xml 6 // * Source File: <path>/common/main/en_AU.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 en_AU{ 9 en_AU{
10 %%Parent{"en_001"} 10 %%Parent{"en_001"}
(...skipping 14 matching lines...) Expand all
25 intervalFormats{ 25 intervalFormats{
26 MEd{ 26 MEd{
27 M{"E, d/M – E, d/M"} 27 M{"E, d/M – E, d/M"}
28 d{"E, d/M – E, d/M"} 28 d{"E, d/M – E, d/M"}
29 } 29 }
30 MMMEd{ 30 MMMEd{
31 M{"E, d MMM – E, d MMM"} 31 M{"E, d MMM – E, d MMM"}
32 d{"E, d MMM – E, d MMM"} 32 d{"E, d MMM – E, d MMM"}
33 } 33 }
34 yMMMEd{ 34 yMMMEd{
35 d{"E, d MMM – E, dMMM, y G"} 35 d{"E, d MMM – E, d MMM y G"}
36 } 36 }
37 } 37 }
38 } 38 }
39 gregorian{ 39 gregorian{
40 AmPmMarkers{ 40 AmPmMarkers{
41 "am", 41 "am",
42 "pm", 42 "pm",
43 } 43 }
44 AmPmMarkersAbbr{ 44 AmPmMarkersAbbr{
45 "am", 45 "am",
46 "pm", 46 "pm",
47 } 47 }
48 AmPmMarkersNarrow{ 48 AmPmMarkersNarrow{
49 "am", 49 "am",
50 "pm", 50 "pm",
51 } 51 }
52 DateTimePatterns{ 52 DateTimePatterns{
53 "h:mm:ss a zzzz", 53 "h:mm:ss a zzzz",
54 "h:mm:ss a z", 54 "h:mm:ss a z",
55 "h:mm:ss a", 55 "h:mm:ss a",
56 "h:mm a", 56 "h:mm a",
57 "EEEE, d MMMM y", 57 "EEEE, d MMMM y",
58 "dMMMM,y", 58 "d MMMM y",
59 "dMMM,y", 59 "d MMM y",
60 "d/M/yy", 60 "d/M/yy",
61 "{1}, {0}", 61 "{1}, {0}",
62 "{1} 'at' {0}", 62 "{1} 'at' {0}",
63 "{1} 'at' {0}", 63 "{1} 'at' {0}",
64 "{1}, {0}", 64 "{1}, {0}",
65 "{1}, {0}", 65 "{1}, {0}",
66 } 66 }
67 availableFormats{ 67 availableFormats{
68 M{"LL"} 68 M{"LL"}
69 yMMMEd{"E, d MMM,y"} 69 yMMMEd{"E, d MMM y"}
70 } 70 }
71 dayNames{ 71 dayNames{
72 format{ 72 format{
73 abbreviated{ 73 abbreviated{
74 "Sun.", 74 "Sun.",
75 "Mon.", 75 "Mon.",
76 "Tue.", 76 "Tue.",
77 "Wed.", 77 "Wed.",
78 "Thu.", 78 "Thu.",
79 "Fri.", 79 "Fri.",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 future{ 248 future{
249 other{"in {0} yr."} 249 other{"in {0} yr."}
250 } 250 }
251 past{ 251 past{
252 other{"{0} yr. ago"} 252 other{"{0} yr. ago"}
253 } 253 }
254 } 254 }
255 } 255 }
256 } 256 }
257 } 257 }
OLDNEW
« no previous file with comments | « source/data/locales/ar.txt ('k') | source/data/locales/fa.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698