]>
Commit | Line | Data |
---|---|---|
1 | // *************************************************************************** | |
2 | // * | |
3 | // * Copyright (C) 2008 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File:<path>/common/main/en_MT.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_MT{ | |
10 | Currencies{ | |
11 | GBP{ | |
12 | "GBP", | |
13 | "British Pound Sterling", | |
14 | } | |
15 | } | |
16 | NumberPatterns{ | |
17 | "#,##0.###", | |
18 | "¤#,##0.00", | |
19 | "#,##0%", | |
20 | "#E0", | |
21 | } | |
22 | Version{"1.54"} | |
23 | calendar{ | |
24 | gregorian{ | |
25 | DateTimeElements:intvector{ | |
26 | 1, | |
27 | 4, | |
28 | } | |
29 | DateTimePatterns{ | |
30 | "HH:mm:ss v", | |
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 | } | |
41 | } | |
42 | } |