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/ar_TN.xml | 6 // * Source File: <path>/common/main/ar_TN.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 ar_TN{ | 9 ar_TN{ |
10 NumberElements{ | 10 NumberElements{ |
11 default{"latn"} | 11 default{"latn"} |
12 latn{ | 12 latn{ |
13 patterns{ | 13 patterns{ |
14 currencyFormat{"¤#0.00"} | 14 currencyFormat{"¤#0.00"} |
15 } | 15 } |
16 symbols{ | 16 symbols{ |
17 decimal{","} | 17 decimal{","} |
18 group{"."} | 18 group{"."} |
19 } | 19 } |
20 } | 20 } |
21 } | 21 } |
22 Version{"2.0.92.87"} | 22 Version{"2.1.6.69"} |
23 calendar{ | 23 calendar{ |
24 generic{ | 24 generic{ |
25 DateTimePatterns{ | 25 DateTimePatterns{ |
26 "h:mm:ss a zzzz", | 26 "h:mm:ss a zzzz", |
27 "h:mm:ss a z", | 27 "h:mm:ss a z", |
28 "h:mm:ss a", | 28 "h:mm:ss a", |
29 "h:mm a", | 29 "h:mm a", |
30 "EEEE، d MMMM، y G", | 30 "EEEE، d MMMM، y G", |
31 "d MMMM، y G", | 31 "d MMMM، y G", |
32 "G y/MM/dd", | 32 "G y/MM/dd", |
33 "GGGGG y/M/d", | 33 "GGGGG y/M/d", |
34 "{1} {0}", | 34 "{1} {0}", |
35 "{1} {0}", | 35 "{1} {0}", |
36 "{1} {0}", | 36 "{1} {0}", |
37 "{1} {0}", | 37 "{1} {0}", |
38 "{1} {0}", | 38 "{1} {0}", |
39 } | 39 } |
40 availableFormats{ | 40 availableFormats{ |
41 MMdd{"MM/dd"} | 41 MMdd{"MM/dd"} |
42 Md{"M/d"} | 42 Md{"M/d"} |
43 yyyyM{"G y/M"} | 43 yyyyM{"G y/M"} |
44 yyyyMM{"G y/MM"} | 44 yyyyMM{"G y/MM"} |
| 45 yyyyMd{"G y/M/d"} |
45 } | 46 } |
46 intervalFormats{ | 47 intervalFormats{ |
47 M{ | 48 M{ |
48 M{"M-M"} | 49 M{"M-M"} |
49 } | 50 } |
50 MMMd{ | 51 MMMd{ |
51 d{"d-d MMM"} | 52 d{"d-d MMM"} |
52 } | 53 } |
53 d{ | 54 d{ |
54 d{"d-d"} | 55 d{"d-d"} |
(...skipping 20 matching lines...) Expand all Loading... |
75 "{1} {0}", | 76 "{1} {0}", |
76 "{1} {0}", | 77 "{1} {0}", |
77 "{1} {0}", | 78 "{1} {0}", |
78 "{1} {0}", | 79 "{1} {0}", |
79 } | 80 } |
80 availableFormats{ | 81 availableFormats{ |
81 MMdd{"MM/dd"} | 82 MMdd{"MM/dd"} |
82 Md{"M/d"} | 83 Md{"M/d"} |
83 yM{"y/M"} | 84 yM{"y/M"} |
84 yMM{"y/MM"} | 85 yMM{"y/MM"} |
| 86 yMd{"y/M/d"} |
85 } | 87 } |
86 intervalFormats{ | 88 intervalFormats{ |
87 M{ | 89 M{ |
88 M{"M-M"} | 90 M{"M-M"} |
89 } | 91 } |
90 MMMd{ | 92 MMMd{ |
91 d{"d-d MMM"} | 93 d{"d-d MMM"} |
92 } | 94 } |
93 d{ | 95 d{ |
94 d{"d-d"} | 96 d{"d-d"} |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 "سبتمبر", | 188 "سبتمبر", |
187 "أكتوبر", | 189 "أكتوبر", |
188 "نوفمبر", | 190 "نوفمبر", |
189 "ديسمبر", | 191 "ديسمبر", |
190 } | 192 } |
191 } | 193 } |
192 } | 194 } |
193 } | 195 } |
194 } | 196 } |
195 } | 197 } |
OLD | NEW |