1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/kl.xml 7// * 8// *************************************************************************** 9kl{ 10 Version{"2.1.19.28"} 11 durationUnits{ 12 hm{"h:mm"} 13 hms{"h:mm:ss"} 14 ms{"m:ss"} 15 } 16 units{ 17 length{ 18 fathom{ 19 dnam{"fm"} 20 one{"{0} fm"} 21 other{"{0} fm"} 22 } 23 furlong{ 24 dnam{"fur"} 25 one{"{0} fur"} 26 other{"{0} fur"} 27 } 28 } 29 } 30 unitsNarrow{ 31 area{ 32 acre{ 33 one{"{0} ac"} 34 other{"{0} ac"} 35 } 36 square-foot{ 37 one{"{0} ft²"} 38 other{"{0} ft²"} 39 } 40 square-mile{ 41 one{"{0} mi²"} 42 other{"{0} mi²"} 43 } 44 } 45 length{ 46 fathom{ 47 dnam{"fm"} 48 one{"{0} fm"} 49 other{"{0} fm"} 50 } 51 furlong{ 52 dnam{"fur"} 53 one{"{0} fur"} 54 other{"{0} fur"} 55 } 56 mile{ 57 one{"{0} mi"} 58 other{"{0} mi"} 59 } 60 yard{ 61 one{"{0} yd"} 62 other{"{0} yd"} 63 } 64 } 65 pressure{ 66 inch-hg{ 67 one{"{0} inHg"} 68 other{"{0} inHg"} 69 } 70 } 71 speed{ 72 mile-per-hour{ 73 one{"{0} mi/h"} 74 other{"{0} mi/h"} 75 } 76 } 77 volume{ 78 cubic-mile{ 79 one{"{0} mi³"} 80 other{"{0} mi³"} 81 } 82 } 83 } 84 unitsShort{ 85 area{ 86 acre{ 87 one{"{0} ac"} 88 other{"{0} ac"} 89 } 90 square-foot{ 91 one{"{0} ft²"} 92 other{"{0} ft²"} 93 } 94 square-mile{ 95 one{"{0} mi²"} 96 other{"{0} mi²"} 97 } 98 } 99 length{ 100 fathom{ 101 dnam{"fm"} 102 one{"{0} fm"} 103 other{"{0} fm"} 104 } 105 furlong{ 106 dnam{"fur"} 107 one{"{0} fur"} 108 other{"{0} fur"} 109 } 110 mile{ 111 one{"{0} mi"} 112 other{"{0} mi"} 113 } 114 yard{ 115 one{"{0} yd"} 116 other{"{0} yd"} 117 } 118 } 119 pressure{ 120 inch-hg{ 121 one{"{0} inHg"} 122 other{"{0} inHg"} 123 } 124 } 125 speed{ 126 mile-per-hour{ 127 one{"{0} mi/h"} 128 other{"{0} mi/h"} 129 } 130 } 131 volume{ 132 cubic-mile{ 133 one{"{0} mi³"} 134 other{"{0} mi³"} 135 } 136 } 137 } 138} 139