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

Side by Side Diff: source/data/locales/te.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/sr.txt ('k') | source/data/region/af.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/te.xml 6 // * Source File:<path>/common/main/te.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/te.xml 10 * ICU <specials> source: <path>/xml/main/te.xml
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "d MMMM y", 49 "d MMMM y",
50 "d MMM y", 50 "d MMM y",
51 "dd-MM-yy", 51 "dd-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 EEEd{"EEE d"}
60 Md{"d/M"}
61 MEd{"E, d/M"}
62 MMMEd{"E, d MMM"}
59 MMMMd{"d MMMM"} 63 MMMMd{"d MMMM"}
60 MMdd{"dd-MM"} 64 MMdd{"dd-MM"}
65 yM{"M/y"}
66 yMd{"d/M/y"}
61 yyQ{"Q yy"} 67 yyQ{"Q yy"}
62 yyyyMM{"MM-yyyy"} 68 yyyyMM{"MM-yyyy"}
63 yyyyMMMM{"MMMM y"} 69 yyyyMMMM{"MMMM y"}
64 } 70 }
65 dayNames{ 71 dayNames{
66 format{ 72 format{
67 abbreviated{ 73 abbreviated{
68 "ఆది", 74 "ఆది",
69 "సోమ", 75 "సోమ",
70 "మంగళ", 76 "మంగళ",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "ఒకటి 1", 151 "ఒకటి 1",
146 "రెండు 2", 152 "రెండు 2",
147 "మూడు 3", 153 "మూడు 3",
148 "నాలుగు 4", 154 "నాలుగు 4",
149 } 155 }
150 } 156 }
151 } 157 }
152 } 158 }
153 } 159 }
154 } 160 }
OLDNEW
« no previous file with comments | « source/data/locales/sr.txt ('k') | source/data/region/af.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698