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/uz_Arab.xml | 6 // * Source File: <path>/common/main/uz_Arab.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/uz_Arab.xml | 10 * ICU <specials> source: <path>/common/main/uz_Arab.xml |
11 */ | 11 */ |
12 uz_Arab{ | 12 uz_Arab{ |
13 %%Parent{"root"} | 13 %%Parent{"root"} |
(...skipping 18 matching lines...) Expand all Loading... |
32 latn{ | 32 latn{ |
33 symbols{ | 33 symbols{ |
34 decimal{","} | 34 decimal{","} |
35 group{"."} | 35 group{"."} |
36 minusSign{"−"} | 36 minusSign{"−"} |
37 plusSign{"+"} | 37 plusSign{"+"} |
38 } | 38 } |
39 } | 39 } |
40 native{"arabext"} | 40 native{"arabext"} |
41 } | 41 } |
42 Version{"2.0.92.87"} | 42 Version{"2.1.6.69"} |
| 43 calendar{ |
| 44 gregorian{ |
| 45 dayNames{ |
| 46 format{ |
| 47 abbreviated{ |
| 48 "ی.", |
| 49 "د.", |
| 50 "س.", |
| 51 "چ.", |
| 52 "پ.", |
| 53 "ج.", |
| 54 "ش.", |
| 55 } |
| 56 wide{ |
| 57 "یکشنبه", |
| 58 "دوشنبه", |
| 59 "سهشنبه", |
| 60 "چهارشنبه", |
| 61 "پنجشنبه", |
| 62 "جمعه", |
| 63 "شنبه", |
| 64 } |
| 65 } |
| 66 } |
| 67 monthNames{ |
| 68 format{ |
| 69 abbreviated{ |
| 70 "جنو", |
| 71 "فبر", |
| 72 "مار", |
| 73 "اپر", |
| 74 "مـی", |
| 75 "جون", |
| 76 "جول", |
| 77 "اگس", |
| 78 "سپت", |
| 79 "اکت", |
| 80 "نوم", |
| 81 "دسم", |
| 82 } |
| 83 wide{ |
| 84 "جنوری", |
| 85 "فبروری", |
| 86 "مارچ", |
| 87 "اپریل", |
| 88 "می", |
| 89 "جون", |
| 90 "جولای", |
| 91 "اگست", |
| 92 "سپتمبر", |
| 93 "اکتوبر", |
| 94 "نومبر", |
| 95 "دسمبر", |
| 96 } |
| 97 } |
| 98 } |
| 99 } |
| 100 } |
43 layout{ | 101 layout{ |
44 characters{"right-to-left"} | 102 characters{"right-to-left"} |
45 } | 103 } |
46 } | 104 } |
OLD | NEW |