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/lkt.xml | 6 // * Source File: <path>/common/main/lkt.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/lkt.xml | 10 * ICU <specials> source: <path>/common/main/lkt.xml |
(...skipping 14 matching lines...) Expand all Loading... |
25 second{ | 25 second{ |
26 other{"Okpí {0}"} | 26 other{"Okpí {0}"} |
27 } | 27 } |
28 week{ | 28 week{ |
29 other{"okó {0}"} | 29 other{"okó {0}"} |
30 } | 30 } |
31 year{ | 31 year{ |
32 other{"ómakȟa {0}"} | 32 other{"ómakȟa {0}"} |
33 } | 33 } |
34 } | 34 } |
35 length{ | |
36 foot{ | |
37 other{"siíyutȟapi {0}"} | |
38 } | |
39 inch{ | |
40 other{"oíyutȟe čísčila {0}"} | |
41 } | |
42 mile{ | |
43 other{"makhíyutȟapi {0}"} | |
44 } | |
45 yard{ | |
46 other{"čhaéglepi {0}"} | |
47 } | |
48 } | |
49 mass{ | |
50 pound{ | |
51 other{"tkeíyutȟapi {0}"} | |
52 } | |
53 } | |
54 } | 35 } |
55 unitsNarrow{ | 36 unitsNarrow{ |
56 duration{ | 37 duration{ |
57 day{ | 38 day{ |
58 other{"{0}-čháŋ"} | 39 other{"{0}-čháŋ"} |
59 } | 40 } |
60 hour{ | 41 hour{ |
61 other{"Owápȟe {0}"} | 42 other{"Owápȟe {0}"} |
62 } | 43 } |
63 month{ | 44 month{ |
64 other{"Wí {0}"} | 45 other{"Wí {0}"} |
65 } | 46 } |
66 second{ | 47 second{ |
67 other{"Okpí {0}"} | 48 other{"Okpí {0}"} |
68 } | 49 } |
69 week{ | 50 week{ |
70 other{"okó {0}"} | 51 other{"okó {0}"} |
71 } | 52 } |
72 year{ | 53 year{ |
73 other{"ómakȟa {0}"} | 54 other{"ómakȟa {0}"} |
74 } | 55 } |
75 } | 56 } |
76 length{ | |
77 foot{ | |
78 other{"siíyutȟapi {0}"} | |
79 } | |
80 inch{ | |
81 other{"{0}″"} | |
82 } | |
83 mile{ | |
84 other{"{0} makh"} | |
85 } | |
86 yard{ | |
87 other{"čhaéglepi {0}"} | |
88 } | |
89 } | |
90 mass{ | |
91 pound{ | |
92 other{"{0}#"} | |
93 } | |
94 } | |
95 temperature{ | |
96 celsius{ | |
97 other{"{0}°C"} | |
98 } | |
99 fahrenheit{ | |
100 other{"{0}°"} | |
101 } | |
102 } | |
103 } | 57 } |
104 unitsShort{ | 58 unitsShort{ |
105 duration{ | 59 duration{ |
106 day{ | 60 day{ |
107 other{"{0}-čháŋ"} | 61 other{"{0}-čháŋ"} |
108 } | 62 } |
109 hour{ | 63 hour{ |
110 other{"Owápȟe {0}"} | 64 other{"Owápȟe {0}"} |
111 } | 65 } |
112 month{ | 66 month{ |
113 other{"Wíyawapi {0}"} | 67 other{"Wíyawapi {0}"} |
114 } | 68 } |
115 second{ | 69 second{ |
116 other{"Okpí {0}"} | 70 other{"Okpí {0}"} |
117 } | 71 } |
118 week{ | 72 week{ |
119 other{"okó {0}"} | 73 other{"okó {0}"} |
120 } | 74 } |
121 year{ | 75 year{ |
122 other{"ómakȟa {0}"} | 76 other{"ómakȟa {0}"} |
123 } | 77 } |
124 } | 78 } |
125 length{ | |
126 foot{ | |
127 other{"siíyutȟapi {0}"} | |
128 } | |
129 inch{ | |
130 other{"oíyutȟe čísčila {0}"} | |
131 } | |
132 mile{ | |
133 other{"makhíyutȟapi {0}"} | |
134 } | |
135 yard{ | |
136 other{"čhaéglepi {0}"} | |
137 } | |
138 } | |
139 mass{ | |
140 pound{ | |
141 other{"tkeíyutȟapi {0}"} | |
142 } | |
143 } | |
144 } | 79 } |
145 } | 80 } |
OLD | NEW |