]>
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/en_CA.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | en_CA{ |
10 | Currencies{ | |
11 | CAD{ | |
12 | "$", | |
13 | "Canadian Dollar", | |
14 | } | |
b75a7d8f | 15 | } |
374ca955 | 16 | NumberPatterns{ |
73c04bcf | 17 | "#,##0.###", |
374ca955 | 18 | "¤#,##0.00;(¤#,##0.00)", |
b75a7d8f A |
19 | "#,##0%", |
20 | "#E0", | |
21 | } | |
73c04bcf | 22 | Version{"1.46"} |
374ca955 A |
23 | calendar{ |
24 | gregorian{ | |
25 | DateTimeElements:intvector{ | |
26 | 1, | |
27 | 4, | |
28 | } | |
29 | DateTimePatterns{ | |
73c04bcf | 30 | "h:mm:ss a v", |
374ca955 A |
31 | "h:mm:ss a z", |
32 | "h:mm:ss a", | |
33 | "h:mm a", | |
34 | "EEEE, MMMM d, yyyy", | |
35 | "MMMM d, yyyy", | |
36 | "d-MMM-yy", | |
37 | "dd/MM/yy", | |
38 | "{1} {0}", | |
39 | } | |
b75a7d8f | 40 | } |
b75a7d8f A |
41 | } |
42 | } |