| 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/bn_IN.xml | 6 // * Source File: <path>/common/main/bn_IN.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 bn_IN{ | 9 bn_IN{ |
| 10 Ellipsis{ | 10 Ellipsis{ |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 } | 159 } |
| 160 } | 160 } |
| 161 } | 161 } |
| 162 } | 162 } |
| 163 fields{ | 163 fields{ |
| 164 dayperiod{ | 164 dayperiod{ |
| 165 dn{"AM/PM"} | 165 dn{"AM/PM"} |
| 166 } | 166 } |
| 167 } | 167 } |
| 168 unitsNarrow{ | 168 unitsNarrow{ |
| 169 angle{ | |
| 170 arc-second{ | |
| 171 one{"{0}″"} | |
| 172 other{"{0}″"} | |
| 173 } | |
| 174 } | |
| 175 area{ | |
| 176 square-kilometer{ | |
| 177 one{"{0} km²"} | |
| 178 other{"{0} km²"} | |
| 179 } | |
| 180 square-mile{ | |
| 181 one{"{0} mi²"} | |
| 182 other{"{0} mi²"} | |
| 183 } | |
| 184 } | |
| 185 speed{ | |
| 186 kilometer-per-hour{ | |
| 187 one{"{0} kph"} | |
| 188 other{"{0} kph"} | |
| 189 } | |
| 190 meter-per-second{ | |
| 191 one{"{0} m/s"} | |
| 192 other{"{0} m/s"} | |
| 193 } | |
| 194 mile-per-hour{ | |
| 195 one{"{0} mph"} | |
| 196 other{"{0} mph"} | |
| 197 } | |
| 198 } | |
| 199 volume{ | |
| 200 cubic-kilometer{ | |
| 201 one{"{0} km³"} | |
| 202 other{"{0} km³"} | |
| 203 } | |
| 204 cubic-mile{ | |
| 205 one{"{0}mi³"} | |
| 206 other{"{0} mi³"} | |
| 207 } | |
| 208 } | |
| 209 } | 169 } |
| 210 } | 170 } |
| OLD | NEW |