OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 International Business Machines | 3 // * Copyright (C) 2013 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
6 // * Source File: <path>/common/main/es.xml | 6 // * Source File: <path>/common/main/es.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/es.xml | 10 * ICU <specials> source: <path>/common/main/es.xml |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 } | 142 } |
143 100000000000000{ | 143 100000000000000{ |
144 one{"000B"} | 144 one{"000B"} |
145 other{"000B"} | 145 other{"000B"} |
146 } | 146 } |
147 } | 147 } |
148 } | 148 } |
149 symbols{ | 149 symbols{ |
150 decimal{","} | 150 decimal{","} |
151 exponential{"E"} | 151 exponential{"E"} |
152 group{" "} | 152 // Chromium patch: see unicode.org/cldr/trac/ticket/6852 |
| 153 group{"."} |
153 infinity{"∞"} | 154 infinity{"∞"} |
154 list{";"} | 155 list{";"} |
155 minusSign{"-"} | 156 minusSign{"-"} |
156 nan{"NaN"} | 157 nan{"NaN"} |
157 perMille{"‰"} | 158 perMille{"‰"} |
158 percentSign{"%"} | 159 percentSign{"%"} |
159 plusSign{"+"} | 160 plusSign{"+"} |
160 superscriptingExponent{"×"} | 161 superscriptingExponent{"×"} |
161 } | 162 } |
162 } | 163 } |
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1661 one{"{0} mi³"} | 1662 one{"{0} mi³"} |
1662 other{"{0} mi³"} | 1663 other{"{0} mi³"} |
1663 } | 1664 } |
1664 liter{ | 1665 liter{ |
1665 one{"{0} l"} | 1666 one{"{0} l"} |
1666 other{"{0} l"} | 1667 other{"{0} l"} |
1667 } | 1668 } |
1668 } | 1669 } |
1669 } | 1670 } |
1670 } | 1671 } |
OLD | NEW |