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

Side by Side Diff: source/data/locales/mr.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/locales/ml.txt ('k') | source/data/locales/sr.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/mr.xml 6 // * Source File:<path>/common/main/mr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/mr.xml 10 * ICU <specials> source: <path>/xml/main/mr.xml
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "d-M-yy", 52 "d-M-yy",
53 "{1} {0}", 53 "{1} {0}",
54 "{1} {0}", 54 "{1} {0}",
55 "{1} {0}", 55 "{1} {0}",
56 "{1} {0}", 56 "{1} {0}",
57 "{1} {0}", 57 "{1} {0}",
58 } 58 }
59 availableFormats{ 59 availableFormats{
60 Hm{"H-mm"} 60 Hm{"H-mm"}
61 Hms{"H-mm-ss"} 61 Hms{"H-mm-ss"}
62 M{"M"}
63 Md{"d/M"}
64 MEd{"E, d/M"}
62 MMMMd{"d MMMM"} 65 MMMMd{"d MMMM"}
63 MMdd{"dd-MM"} 66 MMdd{"dd-MM"}
64 yyQ{"Q yy"} 67 yyQ{"Q yy"}
65 yyyyMM{"MM-yyyy"} 68 yyyyMM{"MM-yyyy"}
66 yyyyMMMM{"MMMM y"} 69 yyyyMMMM{"MMMM y"}
67 } 70 }
68 dayNames{ 71 dayNames{
69 format{ 72 format{
70 abbreviated{ 73 abbreviated{
71 "रवि", 74 "रवि",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 quotationEnd{"'"} 205 quotationEnd{"'"}
203 quotationStart{"'"} 206 quotationStart{"'"}
204 } 207 }
205 listPattern{ 208 listPattern{
206 standard{ 209 standard{
207 2{"{0} आणि {1}"} 210 2{"{0} आणि {1}"}
208 end{"{0} आणि {1}"} 211 end{"{0} आणि {1}"}
209 } 212 }
210 } 213 }
211 } 214 }
OLDNEW
« no previous file with comments | « source/data/locales/ml.txt ('k') | source/data/locales/sr.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698