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/sbp.xml | 6 // * Source File: <path>/common/main/sbp.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/sbp.xml | 10 * ICU <specials> source: <path>/common/main/sbp.xml |
11 */ | 11 */ |
12 sbp{ | 12 sbp{ |
13 AuxExemplarCharacters{"[q r x z]"} | 13 AuxExemplarCharacters{"[q r x z]"} |
14 ExemplarCharacters{"[a b c d e f g h i j k l m n o p s t u v w y]"} | 14 ExemplarCharacters{"[a b c d e f g h i j k l m n o p s t u v w y]"} |
15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P S T U V W Y]"} | 15 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P S T U V W Y]"} |
16 LocaleScript{ | 16 LocaleScript{ |
17 "Latn", | 17 "Latn", |
18 } | 18 } |
19 NumberElements{ | 19 NumberElements{ |
20 latn{ | 20 latn{ |
21 patterns{ | 21 patterns{ |
22 currencyFormat{"#,##0.00¤"} | 22 currencyFormat{"#,##0.00¤"} |
23 decimalFormat{"#,##0.###"} | 23 decimalFormat{"#,##0.###"} |
24 percentFormat{"#,##0%"} | 24 percentFormat{"#,##0%"} |
25 } | 25 } |
26 symbols{ | 26 symbols{ |
27 decimal{"."} | 27 decimal{"."} |
28 group{","} | 28 group{","} |
29 } | 29 } |
30 } | 30 } |
31 } | 31 } |
32 Version{"2.0.92.87"} | 32 Version{"2.1.7.39"} |
33 calendar{ | 33 calendar{ |
34 generic{ | 34 generic{ |
35 DateTimePatterns{ | 35 DateTimePatterns{ |
36 "h:mm:ss a zzzz", | 36 "h:mm:ss a zzzz", |
37 "h:mm:ss a z", | 37 "h:mm:ss a z", |
38 "h:mm:ss a", | 38 "h:mm:ss a", |
39 "h:mm a", | 39 "h:mm a", |
40 "EEEE, d MMMM y G", | 40 "EEEE, d MMMM y G", |
41 "d MMMM y G", | 41 "d MMMM y G", |
42 "d MMM y G", | 42 "d MMM y G", |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 alternateQuotationEnd{"’"} | 213 alternateQuotationEnd{"’"} |
214 alternateQuotationStart{"‘"} | 214 alternateQuotationStart{"‘"} |
215 quotationEnd{"”"} | 215 quotationEnd{"”"} |
216 quotationStart{"“"} | 216 quotationStart{"“"} |
217 } | 217 } |
218 fields{ | 218 fields{ |
219 day{ | 219 day{ |
220 dn{"Lusiku"} | 220 dn{"Lusiku"} |
221 relative{ | 221 relative{ |
222 "-1"{"Imehe"} | 222 "-1"{"Imehe"} |
223 "0"{"Ineng'uni"} | 223 "0"{"Ineng’uni"} |
224 "1"{"Pamulaawu"} | 224 "1"{"Pamulaawu"} |
225 } | 225 } |
226 } | 226 } |
227 dayperiod{ | 227 dayperiod{ |
228 dn{"Uluhaavi lwa lusiku"} | 228 dn{"Uluhaavi lwa lusiku"} |
229 } | 229 } |
230 era{ | 230 era{ |
231 dn{"Uluhaavi lwa"} | 231 dn{"Uluhaavi lwa"} |
232 } | 232 } |
233 hour{ | 233 hour{ |
(...skipping 15 matching lines...) Expand all Loading... |
249 dn{"Ulusiku lwa Lijuma"} | 249 dn{"Ulusiku lwa Lijuma"} |
250 } | 250 } |
251 year{ | 251 year{ |
252 dn{"Mwakha"} | 252 dn{"Mwakha"} |
253 } | 253 } |
254 zone{ | 254 zone{ |
255 dn{"Uluhaavi lwa lisaa"} | 255 dn{"Uluhaavi lwa lisaa"} |
256 } | 256 } |
257 } | 257 } |
258 } | 258 } |
OLD | NEW |