OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2007 International Business Machines | 3 // * Copyright (C) 2009 International Business Machines |
4 // * Corporation and others. All Rights Reserved. | 4 // * Corporation and others. All Rights Reserved. |
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java |
6 // * Source File:<path>/common/main/az.xml | 6 // * Source File:<path>/common/main/az.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/xml/main/az.xml | 10 * ICU <specials> source: <path>/xml/main/az.xml |
| 11 * Chrome Note: This locale data is abridged to contain categories |
| 12 * actually used by Chrome. |
11 */ | 13 */ |
12 az{ | 14 az{ |
13 AuxExemplarCharacters{"[w]"} | 15 AuxExemplarCharacters{"[w]"} |
14 Countries{ | 16 ExemplarCharacters{"[a-c ç d e ə f g ğ h x ı i İ {i\u0307} j k q l-o ö p r s
ş t u ü v y z]"} |
15 AZ{"Azərbaycan"} | |
16 BR{"Braziliya"} | |
17 CN{"Çin"} | |
18 DE{"Almaniya"} | |
19 FR{"Fransa"} | |
20 IN{"Hindistan"} | |
21 IT{"İtaliya"} | |
22 JP{"Yaponiya"} | |
23 RU{"Rusiya"} | |
24 US{"Amerika Birləşmiş Ştatları"} | |
25 } | |
26 Currencies{ | |
27 AZM{ | |
28 "man.", | |
29 "Manat", | |
30 } | |
31 } | |
32 ExemplarCharacters{"[a-c ç d e ə f g ğ h i İ ı j-o ö p-s ş t u ü v x-z]"} | |
33 Languages{ | 17 Languages{ |
34 az{"azərbaycanca"} | 18 az{"azərbaycanca"} |
35 de{"almanca"} | |
36 en{"ingiliscə"} | |
37 es{"ispanca"} | |
38 fr{"fransızca"} | |
39 ja{"yaponca"} | |
40 pt{"portuqalca"} | |
41 ru{"rusca"} | |
42 zh{"çincə"} | |
43 } | 19 } |
44 LocaleScript{ | 20 LocaleScript{ |
45 "Latn", | 21 "Latn", |
46 } | 22 } |
47 Version{"1.48"} | 23 Version{"1.77"} |
48 } | 24 } |
OLD | NEW |