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

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

Issue 7046066: Fix some ICU locale data (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « source/data/lang/ko.txt ('k') | source/data/locales/fil.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) 2010 International Business Machines 3 // * Copyright (C) 2010 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/am.xml 6 // * Source File:<path>/common/main/am.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/am.xml 10 * ICU <specials> source: <path>/xml/main/am.xml
(...skipping 26 matching lines...) Expand all
37 "d MMMM y", 37 "d MMMM y",
38 "d MMM y", 38 "d MMM y",
39 "dd/MM/yyyy", 39 "dd/MM/yyyy",
40 "{1} {0}", 40 "{1} {0}",
41 "{1} {0}", 41 "{1} {0}",
42 "{1} {0}", 42 "{1} {0}",
43 "{1} {0}", 43 "{1} {0}",
44 "{1} {0}", 44 "{1} {0}",
45 } 45 }
46 availableFormats{ 46 availableFormats{
47 h{"h a"}
48 H{"H"}
47 Hm{"HH:mm"} 49 Hm{"HH:mm"}
48 Hms{"HH:mm:ss"} 50 Hms{"HH:mm:ss"}
49 M{"L"} 51 M{"L"}
50 MEd{"E, M/d"} 52 MEd{"E, M/d"}
51 MMM{"LLL"} 53 MMM{"LLL"}
52 MMMEd{"E, MMM d"} 54 MMMEd{"E, MMM d"}
53 MMMMEd{"E, MMMM d"} 55 MMMMEd{"E, MMMM d"}
54 MMMMd{"MMMM d"} 56 MMMMd{"MMMM d"}
55 MMMd{"MMM d"} 57 MMMd{"MMM d"}
56 Md{"M/d"} 58 Md{"M/d"}
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 } 201 }
200 } 202 }
201 } 203 }
202 delimiters{ 204 delimiters{
203 alternateQuotationEnd{"›"} 205 alternateQuotationEnd{"›"}
204 alternateQuotationStart{"‹"} 206 alternateQuotationStart{"‹"}
205 quotationEnd{"»"} 207 quotationEnd{"»"}
206 quotationStart{"«"} 208 quotationStart{"«"}
207 } 209 }
208 } 210 }
OLDNEW
« no previous file with comments | « source/data/lang/ko.txt ('k') | source/data/locales/fil.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698