| OLD | NEW |
| 1 // *************************************************************************** | 1 // *************************************************************************** |
| 2 // * | 2 // * |
| 3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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/kl.xml | 6 // * Source File: <path>/common/main/kl.xml |
| 7 // * | 7 // * |
| 8 // *************************************************************************** | 8 // *************************************************************************** |
| 9 /** | 9 /** |
| 10 * ICU <specials> source: <path>/common/main/kl.xml | 10 * ICU <specials> source: <path>/common/main/kl.xml |
| 11 */ | 11 */ |
| 12 kl{ | 12 kl{ |
| 13 Version{"2.1.6.69"} | 13 Version{"2.1.6.69"} |
| 14 unitsNarrow{ | 14 unitsNarrow{ |
| 15 area{ | |
| 16 acre{ | |
| 17 one{"{0} ac"} | |
| 18 other{"{0} ac"} | |
| 19 } | |
| 20 square-foot{ | |
| 21 one{"{0} ft²"} | |
| 22 other{"{0} ft²"} | |
| 23 } | |
| 24 square-mile{ | |
| 25 one{"{0} mi²"} | |
| 26 other{"{0} mi²"} | |
| 27 } | |
| 28 } | |
| 29 length{ | |
| 30 mile{ | |
| 31 one{"{0} mi"} | |
| 32 other{"{0} mi"} | |
| 33 } | |
| 34 yard{ | |
| 35 one{"{0} yd"} | |
| 36 other{"{0} yd"} | |
| 37 } | |
| 38 } | |
| 39 pressure{ | |
| 40 inch-hg{ | |
| 41 one{"{0} inHg"} | |
| 42 other{"{0} inHg"} | |
| 43 } | |
| 44 } | |
| 45 speed{ | |
| 46 mile-per-hour{ | |
| 47 one{"{0} mi/h"} | |
| 48 other{"{0} mi/h"} | |
| 49 } | |
| 50 } | |
| 51 volume{ | |
| 52 cubic-mile{ | |
| 53 one{"{0} mi³"} | |
| 54 other{"{0} mi³"} | |
| 55 } | |
| 56 } | |
| 57 } | 15 } |
| 58 unitsShort{ | 16 unitsShort{ |
| 59 area{ | |
| 60 acre{ | |
| 61 one{"{0} ac"} | |
| 62 other{"{0} ac"} | |
| 63 } | |
| 64 square-foot{ | |
| 65 one{"{0} ft²"} | |
| 66 other{"{0} ft²"} | |
| 67 } | |
| 68 square-mile{ | |
| 69 one{"{0} mi²"} | |
| 70 other{"{0} mi²"} | |
| 71 } | |
| 72 } | |
| 73 length{ | |
| 74 mile{ | |
| 75 one{"{0} mi"} | |
| 76 other{"{0} mi"} | |
| 77 } | |
| 78 yard{ | |
| 79 one{"{0} yd"} | |
| 80 other{"{0} yd"} | |
| 81 } | |
| 82 } | |
| 83 pressure{ | |
| 84 inch-hg{ | |
| 85 one{"{0} inHg"} | |
| 86 other{"{0} inHg"} | |
| 87 } | |
| 88 } | |
| 89 speed{ | |
| 90 mile-per-hour{ | |
| 91 one{"{0} mi/h"} | |
| 92 other{"{0} mi/h"} | |
| 93 } | |
| 94 } | |
| 95 volume{ | |
| 96 cubic-mile{ | |
| 97 one{"{0} mi³"} | |
| 98 other{"{0} mi³"} | |
| 99 } | |
| 100 } | |
| 101 } | 17 } |
| 102 } | 18 } |
| OLD | NEW |