]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
729e4ab9 | 3 | // * Copyright (C) 2010 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/ar_YE.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | ar_YE{ |
729e4ab9 A |
10 | NumberElements{ |
11 | latn{ | |
12 | patterns{ | |
13 | currencyFormat{"¤#0.00"} | |
14 | decimalFormat{"#0.###;#0.###-"} | |
15 | } | |
16 | } | |
46f4442e | 17 | } |
729e4ab9 | 18 | Version{"2.0.47.53"} |
374ca955 A |
19 | calendar{ |
20 | gregorian{ | |
73c04bcf A |
21 | DateTimeElements:intvector{ |
22 | 7, | |
729e4ab9 | 23 | 4, |
73c04bcf | 24 | } |
374ca955 A |
25 | dayNames{ |
26 | format{ | |
27 | abbreviated{ | |
28 | "الأحد", | |
29 | "الاثنين", | |
30 | "الثلاثاء", | |
31 | "الأربعاء", | |
32 | "الخميس", | |
33 | "الجمعة", | |
34 | "السبت", | |
35 | } | |
36 | } | |
37 | } | |
73c04bcf A |
38 | weekend:intvector{ |
39 | 5, | |
40 | 0, | |
41 | 6, | |
42 | 86400000, | |
43 | } | |
374ca955 | 44 | } |
b75a7d8f A |
45 | } |
46 | } |