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

Side by Side Diff: icu46/source/data/locales/tr.txt

Issue 6351009: Local changes to ICU 4.6 locale files... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 11 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 | « icu46/source/data/locales/te.txt ('k') | icu46/source/data/locales/zh.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/tr.xml 6 // * Source File:<path>/common/main/tr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/tr.xml 10 * ICU <specials> source: <path>/xml/main/tr.xml
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "PM", 137 "PM",
138 } 138 }
139 DateTimePatterns{ 139 DateTimePatterns{
140 "HH:mm:ss zzzz", 140 "HH:mm:ss zzzz",
141 "HH:mm:ss z", 141 "HH:mm:ss z",
142 "HH:mm:ss", 142 "HH:mm:ss",
143 "HH:mm", 143 "HH:mm",
144 "dd MMMM y EEEE", 144 "dd MMMM y EEEE",
145 "dd MMMM y", 145 "dd MMMM y",
146 "dd MMM y", 146 "dd MMM y",
147 "dd.MM.yyyy", 147 » » // Chrome change begins
148 "dd MM yyyy",
149 » » // Chrone change ends
148 "{1} {0}", 150 "{1} {0}",
149 "{1} {0}", 151 "{1} {0}",
150 "{1} {0}", 152 "{1} {0}",
151 "{1} {0}", 153 "{1} {0}",
152 "{1} {0}", 154 "{1} {0}",
153 } 155 }
154 availableFormats{ 156 availableFormats{
155 EEEd{"d EEE"} 157 EEEd{"d EEE"}
156 Ed{"d E"} 158 Ed{"d E"}
157 H{"HH"} 159 H{"HH"}
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 other{"{0} sn."} 698 other{"{0} sn."}
697 } 699 }
698 week{ 700 week{
699 other{"{0} hafta"} 701 other{"{0} hafta"}
700 } 702 }
701 year{ 703 year{
702 other{"{0} yıl"} 704 other{"{0} yıl"}
703 } 705 }
704 } 706 }
705 } 707 }
OLDNEW
« no previous file with comments | « icu46/source/data/locales/te.txt ('k') | icu46/source/data/locales/zh.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698