]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 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/it_IT.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | it_IT{ |
10 | Currencies{ | |
11 | ITL{ | |
12 | "₤", | |
13 | "Lira Italiana", | |
14 | { | |
15 | "¤ #,##0;-¤ #,##0", | |
16 | ",", | |
17 | ".", | |
18 | } | |
19 | } | |
20 | } | |
73c04bcf | 21 | Version{"1.37"} |
374ca955 A |
22 | calendar{ |
23 | gregorian{ | |
73c04bcf A |
24 | DateTimeElements:intvector{ |
25 | 2, | |
26 | 4, | |
27 | } | |
374ca955 A |
28 | DateTimePatterns{ |
29 | "HH:mm:ss z", | |
30 | "H:mm:ss z", | |
31 | "HH:mm:ss", | |
32 | "HH:mm", | |
33 | "EEEE d MMMM yyyy", | |
34 | "dd MMMM yyyy", | |
35 | "dd/MMM/yy", | |
36 | "dd/MM/yy", | |
37 | "{1} {0}", | |
38 | } | |
39 | } | |
b75a7d8f A |
40 | } |
41 | } |