]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
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_PK.xml |
374ca955 A |
7 | // * |
8 | // *************************************************************************** | |
9 | en_PK{ | |
46f4442e | 10 | Version{"1.31"} |
374ca955 A |
11 | calendar{ |
12 | gregorian{ | |
73c04bcf A |
13 | DateTimeElements:intvector{ |
14 | 1, | |
15 | 1, | |
16 | } | |
374ca955 | 17 | DateTimePatterns{ |
73c04bcf | 18 | "h:mm:ss a v", |
374ca955 A |
19 | "h:mm:ss a z", |
20 | "h:mm:ss a", | |
21 | "h:mm a", | |
46f4442e A |
22 | "EEEE, MMMM d, yyyy", |
23 | "MMMM d, yyyy", | |
24 | "dd-MMM-yyyy", | |
25 | "M/d/yy", | |
374ca955 A |
26 | "{1} {0}", |
27 | } | |
28 | } | |
29 | } | |
30 | } |