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/en_BZ.xml | 6 // * Source File: <path>/common/main/en_BZ.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 en_BZ{ | 9 en_BZ{ |
10 %%Parent{"en_001"} | 10 %%Parent{"en_001"} |
11 Version{"2.0.92.80"} | 11 Version{"2.1.6.69"} |
12 calendar{ | 12 calendar{ |
13 generic{ | 13 generic{ |
14 DateTimePatterns{ | 14 DateTimePatterns{ |
15 "HH:mm:ss zzzz", | 15 "HH:mm:ss zzzz", |
16 "HH:mm:ss z", | 16 "HH:mm:ss z", |
17 "HH:mm:ss", | 17 "HH:mm:ss", |
18 "HH:mm", | 18 "HH:mm", |
19 "EEEE dd MMMM y G", | 19 "EEEE dd MMMM y G", |
20 "dd MMMM y G", | 20 "dd MMMM y G", |
21 "dd-MMM-y G", | 21 "dd-MMM-y G", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 Md{"dd/MM"} | 61 Md{"dd/MM"} |
62 yM{"MM/y"} | 62 yM{"MM/y"} |
63 yMEd{"E dd/MM/y"} | 63 yMEd{"E dd/MM/y"} |
64 yMMMEd{"E dd MMM y"} | 64 yMMMEd{"E dd MMM y"} |
65 yMMMd{"dd MMM y"} | 65 yMMMd{"dd MMM y"} |
66 yMd{"dd/MM/y"} | 66 yMd{"dd/MM/y"} |
67 } | 67 } |
68 } | 68 } |
69 } | 69 } |
70 } | 70 } |
OLD | NEW |