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

Side by Side Diff: source/data/locales/gu.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/fil.txt ('k') | source/data/locales/ko.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/gu.xml 6 // * Source File:<path>/common/main/gu.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/gu.xml 10 * ICU <specials> source: <path>/xml/main/gu.xml
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "d-MM-yy", 51 "d-MM-yy",
52 "{1} {0}", 52 "{1} {0}",
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 } 57 }
58 availableFormats{ 58 availableFormats{
59 MMMMd{"d MMMM"} 59 MMMMd{"d MMMM"}
60 MMdd{"dd-MM"} 60 MMdd{"dd-MM"}
61 Md{"d/M"}
62 MEd{"E, d/M"}
61 h{"hh a"} 63 h{"hh a"}
62 hm{"hh:mm a"} 64 hm{"hh:mm a"}
63 hms{"hh:mm:ss a"} 65 hms{"hh:mm:ss a"}
66 yM{"M/y"}
67 yMd{"d/M/y"}
64 yyQ{"Q yy"} 68 yyQ{"Q yy"}
65 yyyyMM{"MM-yyyy"} 69 yyyyMM{"MM-yyyy"}
66 yyyyMMMM{"MMMM y"} 70 yyyyMMMM{"MMMM y"}
67 } 71 }
68 dayNames{ 72 dayNames{
69 format{ 73 format{
70 abbreviated{ 74 abbreviated{
71 "રવિ", 75 "રવિ",
72 "સોમ", 76 "સોમ",
73 "મંગળ", 77 "મંગળ",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 standard{ 226 standard{
223 2{"{0} અને {1}"} 227 2{"{0} અને {1}"}
224 end{"{0} અને {1}"} 228 end{"{0} અને {1}"}
225 } 229 }
226 } 230 }
227 measurementSystemNames{ 231 measurementSystemNames{
228 US{"અમેરિકા"} 232 US{"અમેરિકા"}
229 metric{"મેટ્રિક"} 233 metric{"મેટ્રિક"}
230 } 234 }
231 } 235 }
OLDNEW
« no previous file with comments | « source/data/locales/fil.txt ('k') | source/data/locales/ko.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698