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

Side by Side Diff: source/data/locales/fil.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/am.txt ('k') | source/data/locales/gu.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/fil.xml 6 // * Source File:<path>/common/main/fil.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/fil.xml 10 * ICU <specials> source: <path>/xml/main/fil.xml
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "{1} {0}", 58 "{1} {0}",
59 } 59 }
60 availableFormats{ 60 availableFormats{
61 MEd{"E, M-d"} 61 MEd{"E, M-d"}
62 MMM{"LLL"} 62 MMM{"LLL"}
63 MMMEd{"E MMM d"} 63 MMMEd{"E MMM d"}
64 MMMMEd{"E MMMM d"} 64 MMMMEd{"E MMMM d"}
65 MMMMd{"MMMM d"} 65 MMMMd{"MMMM d"}
66 MMMd{"MMM d"} 66 MMMd{"MMM d"}
67 Md{"M-d"} 67 Md{"M-d"}
68 d{"d"}
68 ms{"mm:ss"} 69 ms{"mm:ss"}
69 y{"y"} 70 y{"y"}
70 yM{"yyyy-M"} 71 yM{"yyyy-M"}
71 yMEd{"EEE, yyyy-M-d"} 72 yMEd{"EEE, yyyy-M-d"}
72 yMMM{"y MMM"} 73 yMMM{"y MMM"}
73 yMMMEd{"EEE, y MMM d"} 74 yMMMEd{"EEE, y MMM d"}
74 yMMMM{"y MMMM"} 75 yMMMM{"y MMMM"}
75 yQQQ{"y QQQ"} 76 yQQQ{"y QQQ"}
76 yyMM{"yy-MM"} 77 yyMM{"yy-MM"}
77 yyMMM{"MMM yy"} 78 yyMMM{"MMM yy"}
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 week{ 279 week{
279 one{"{0} ling"} 280 one{"{0} ling"}
280 other{"{0} ling"} 281 other{"{0} ling"}
281 } 282 }
282 year{ 283 year{
283 one{"{0} ta"} 284 one{"{0} ta"}
284 other{"{0} ta"} 285 other{"{0} ta"}
285 } 286 }
286 } 287 }
287 } 288 }
OLDNEW
« no previous file with comments | « source/data/locales/am.txt ('k') | source/data/locales/gu.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698