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/zgh.xml | 6 // * Source File: <path>/common/main/zgh.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/zgh.xml | 10 * ICU <specials> source: <path>/common/main/zgh.xml |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 "ⴰⵔⵢⴰⵍ ⵏ ⵙⵙⴰⵄⵓⴷⵉⵢⴰ", | 128 "ⴰⵔⵢⴰⵍ ⵏ ⵙⵙⴰⵄⵓⴷⵉⵢⴰ", |
129 } | 129 } |
130 SDG{ | 130 SDG{ |
131 "SDG", | 131 "SDG", |
132 "ⴰⴷⵉⵏⴰⵔ ⵏ ⵙⵙⵓⴷⴰⵏ", | 132 "ⴰⴷⵉⵏⴰⵔ ⵏ ⵙⵙⵓⴷⴰⵏ", |
133 } | 133 } |
134 SLL{ | 134 SLL{ |
135 "SLL", | 135 "SLL", |
136 "ⵍⵉⵢⵓⵏ", | 136 "ⵍⵉⵢⵓⵏ", |
137 } | 137 } |
138 STD{ | |
139 "STD", | |
140 "ⴰⴷⵓⴱⵔⴰ ⵏ ⵙⴰⵏⵟⵓⵎⵉ", | |
141 } | |
142 SZL{ | |
143 "SZL", | |
144 "ⵍⵉⵍⴰⵏⵊⵉⵏⵉ", | |
145 } | |
146 TND{ | 138 TND{ |
147 "TND", | 139 "TND", |
148 "ⴰⴷⵉⵏⴰⵔ ⵏ ⵜⵓⵏⵙ", | 140 "ⴰⴷⵉⵏⴰⵔ ⵏ ⵜⵓⵏⵙ", |
149 } | 141 } |
150 TZS{ | 142 TZS{ |
151 "TZS", | 143 "TZS", |
152 "ⴰⵛⵉⵍⵉⵏ ⵏ ⵟⴰⵏⵥⴰⵏⵢⴰ", | 144 "ⴰⵛⵉⵍⵉⵏ ⵏ ⵟⴰⵏⵥⴰⵏⵢⴰ", |
153 } | 145 } |
154 UGX{ | 146 UGX{ |
155 "UGX", | 147 "UGX", |
(...skipping 15 matching lines...) Expand all Loading... |
171 "ZAR", | 163 "ZAR", |
172 "ⴰⵔⴰⵏⴷ ⵏ ⴰⴼⵔⵉⵇⵢⴰ ⵏ ⵉⴼⴼⵓⵙ", | 164 "ⴰⵔⴰⵏⴷ ⵏ ⴰⴼⵔⵉⵇⵢⴰ ⵏ ⵉⴼⴼⵓⵙ", |
173 } | 165 } |
174 ZMW{ | 166 ZMW{ |
175 "ZMW", | 167 "ZMW", |
176 "ⴰⴽⵡⴰⵛⴰ ⵏ ⵣⴰⵎⴱⵢⴰ", | 168 "ⴰⴽⵡⴰⵛⴰ ⵏ ⵣⴰⵎⴱⵢⴰ", |
177 } | 169 } |
178 } | 170 } |
179 Version{"2.1.6.69"} | 171 Version{"2.1.6.69"} |
180 } | 172 } |
OLD | NEW |