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

Side by Side Diff: source/data/locales/sr.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/mr.txt ('k') | source/data/locales/te.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/sr.xml 6 // * Source File:<path>/common/main/sr.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/sr.xml 10 * ICU <specials> source: <path>/xml/main/sr.xml
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 NumberElements{ 23 NumberElements{
24 latn{ 24 latn{
25 patterns{ 25 patterns{
26 currencyFormat{"#,##0.00 ¤"} 26 currencyFormat{"#,##0.00 ¤"}
27 decimalFormat{"#,##0.###"} 27 decimalFormat{"#,##0.###"}
28 percentFormat{"#,##0%"} 28 percentFormat{"#,##0%"}
29 scientificFormat{"#E0"} 29 scientificFormat{"#E0"}
30 } 30 }
31 symbols{ 31 symbols{
32 decimal{"."} 32 decimal{","}
33 exponential{"E"} 33 exponential{"E"}
34 group{","} 34 group{"."}
35 infinity{"∞"} 35 infinity{"∞"}
36 list{";"} 36 list{";"}
37 minusSign{"-"} 37 minusSign{"-"}
38 nan{"NaN"} 38 nan{"NaN"}
39 perMille{"‰"} 39 perMille{"‰"}
40 percentSign{"%"} 40 percentSign{"%"}
41 plusSign{"+"} 41 plusSign{"+"}
42 } 42 }
43 } 43 }
44 } 44 }
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 other{"{0} нед"} 865 other{"{0} нед"}
866 } 866 }
867 year{ 867 year{
868 few{"{0} год"} 868 few{"{0} год"}
869 many{"{0} год"} 869 many{"{0} год"}
870 one{"{0} год"} 870 one{"{0} год"}
871 other{"{0} год"} 871 other{"{0} год"}
872 } 872 }
873 } 873 }
874 } 874 }
OLDNEW
« no previous file with comments | « source/data/locales/mr.txt ('k') | source/data/locales/te.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698