]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
46f4442e | 3 | // * Copyright (C) 2008 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/en_MT.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | en_MT{ |
10 | Currencies{ | |
11 | GBP{ | |
12 | "GBP", | |
13 | "British Pound Sterling", | |
14 | } | |
b75a7d8f | 15 | } |
46f4442e A |
16 | NumberPatterns{ |
17 | "#,##0.###", | |
18 | "¤#,##0.00", | |
19 | "#,##0%", | |
20 | "#E0", | |
21 | } | |
22 | Version{"1.54"} | |
374ca955 A |
23 | calendar{ |
24 | gregorian{ | |
25 | DateTimeElements:intvector{ | |
26 | 1, | |
27 | 4, | |
28 | } | |
29 | DateTimePatterns{ | |
46f4442e | 30 | "HH:mm:ss v", |
374ca955 A |
31 | "HH:mm:ss z", |
32 | "HH:mm:ss", | |
33 | "HH:mm", | |
34 | "EEEE, d MMMM yyyy", | |
35 | "dd MMMM yyyy", | |
36 | "dd MMM yyyy", | |
37 | "dd/MM/yyyy", | |
38 | "{1} {0}", | |
39 | } | |
40 | } | |
b75a7d8f | 41 | } |
b75a7d8f | 42 | } |