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

Side by Side Diff: source/data/locales/lt.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/ko.txt ('k') | source/data/locales/lv.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/lt.xml 6 // * Source File:<path>/common/main/lt.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/lt.xml 10 * ICU <specials> source: <path>/xml/main/lt.xml
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "{1} {0}", 82 "{1} {0}",
83 } 83 }
84 availableFormats{ 84 availableFormats{
85 Hm{"HH:mm"} 85 Hm{"HH:mm"}
86 Hms{"HH:mm:ss"} 86 Hms{"HH:mm:ss"}
87 MMMdd{"MMM-dd"} 87 MMMdd{"MMM-dd"}
88 MMdd{"MM.dd"} 88 MMdd{"MM.dd"}
89 h{"hh a"} 89 h{"hh a"}
90 hm{"hh:mm a"} 90 hm{"hh:mm a"}
91 hms{"hh:mm:ss a"} 91 hms{"hh:mm:ss a"}
92 yMd{"y-M-d"}
93 yMEd{"y-M-d EEE"}
94 yMMMd{"y MMM d"}
92 yyQ{"Q yy"} 95 yyQ{"Q yy"}
93 yyyyMM{"yyyy.MM"} 96 yyyyMM{"yyyy.MM"}
94 } 97 }
95 dayNames{ 98 dayNames{
96 format{ 99 format{
97 abbreviated{ 100 abbreviated{
98 "Sk", 101 "Sk",
99 "Pr", 102 "Pr",
100 "An", 103 "An",
101 "Tr", 104 "Tr",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 one{"{0} sav."} 464 one{"{0} sav."}
462 other{"{0} sav."} 465 other{"{0} sav."}
463 } 466 }
464 year{ 467 year{
465 few{"{0} m."} 468 few{"{0} m."}
466 one{"{0} m."} 469 one{"{0} m."}
467 other{"{0} m."} 470 other{"{0} m."}
468 } 471 }
469 } 472 }
470 } 473 }
OLDNEW
« no previous file with comments | « source/data/locales/ko.txt ('k') | source/data/locales/lv.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698