OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 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 |
11 */ | 11 */ |
12 lkt{ | 12 lkt{ |
13 AuxExemplarCharacters{"[c d f {ȟʼ} j q r {sʼ} {šʼ} v x]"} | 13 AuxExemplarCharacters{"[c d f {ȟʼ} j q r {sʼ} {šʼ} v x]"} |
14 ExemplarCharacters{ | 14 ExemplarCharacters{ |
15 "[a á {aŋ} b č {čh} {čʼ} e é g ǧ h ȟ i í {iŋ} k {kh} {kȟ} {kʼ} l m n ŋ o
ó p " | 15 "[a á {aŋ} b č {čh} {čʼ} e é g ǧ h ȟ i í {iŋ} k {kh} {kȟ} {kʼ} l m n ŋ o
ó p " |
16 "{ph} {pȟ} {pʼ} s š t {th} {tȟ} {tʼ} u ú {uŋ} w y z ž ʼ]" | 16 "{ph} {pȟ} {pʼ} s š t {th} {tȟ} {tʼ} u ú {uŋ} w y z ž ʼ]" |
17 } | 17 } |
18 ExemplarCharactersIndex{"[A B Č E G Ǧ H Ȟ I K L M N Ŋ O P S Š T U W Y Z Ž]"} | 18 ExemplarCharactersIndex{"[A B Č E G Ǧ H Ȟ I K L M N Ŋ O P S Š T U W Y Z Ž]"} |
19 ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . \u0022 “ ” ( ) \\[ \
\] @ * / \\& #]"} | 19 ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . \u0022 “ ” ( ) \\[ \
\] @ * / \\& #]"} |
20 LocaleScript{ | 20 LocaleScript{ |
21 "Latn", | 21 "Latn", |
22 } | 22 } |
23 Version{"2.0.92.80"} | 23 Version{"2.1.6.69"} |
24 calendar{ | 24 calendar{ |
25 gregorian{ | 25 gregorian{ |
26 dayNames{ | 26 dayNames{ |
27 format{ | 27 format{ |
28 narrow{ | 28 narrow{ |
29 "A", | 29 "A", |
30 "W", | 30 "W", |
31 "N", | 31 "N", |
32 "Y", | 32 "Y", |
33 "T", | 33 "T", |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 } | 204 } |
205 past{ | 205 past{ |
206 other{"Hékta ómakȟa {0} kʼuŋ héhaŋ"} | 206 other{"Hékta ómakȟa {0} kʼuŋ héhaŋ"} |
207 } | 207 } |
208 } | 208 } |
209 } | 209 } |
210 } | 210 } |
211 measurementSystemNames{ | 211 measurementSystemNames{ |
212 US{"US"} | 212 US{"US"} |
213 } | 213 } |
214 units{ | |
215 duration{ | |
216 day{ | |
217 other{"{0}-čháŋ"} | |
218 } | |
219 hour{ | |
220 other{"Owápȟe {0}"} | |
221 } | |
222 month{ | |
223 other{"Wíyawapi {0}"} | |
224 } | |
225 second{ | |
226 other{"Okpí {0}"} | |
227 } | |
228 week{ | |
229 other{"okó {0}"} | |
230 } | |
231 year{ | |
232 other{"ómakȟa {0}"} | |
233 } | |
234 } | |
235 } | |
236 unitsNarrow{ | |
237 duration{ | |
238 day{ | |
239 other{"{0}-čháŋ"} | |
240 } | |
241 hour{ | |
242 other{"Owápȟe {0}"} | |
243 } | |
244 month{ | |
245 other{"Wí {0}"} | |
246 } | |
247 second{ | |
248 other{"Okpí {0}"} | |
249 } | |
250 week{ | |
251 other{"okó {0}"} | |
252 } | |
253 year{ | |
254 other{"ómakȟa {0}"} | |
255 } | |
256 } | |
257 } | |
258 unitsShort{ | |
259 duration{ | |
260 day{ | |
261 other{"{0}-čháŋ"} | |
262 } | |
263 hour{ | |
264 other{"Owápȟe {0}"} | |
265 } | |
266 month{ | |
267 other{"Wíyawapi {0}"} | |
268 } | |
269 second{ | |
270 other{"Okpí {0}"} | |
271 } | |
272 week{ | |
273 other{"okó {0}"} | |
274 } | |
275 year{ | |
276 other{"ómakȟa {0}"} | |
277 } | |
278 } | |
279 } | |
280 } | 214 } |
OLD | NEW |