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/fr_CH.xml | 6 // * Source File: <path>/common/main/fr_CH.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 fr_CH{ | 9 fr_CH{ |
10 NumberElements{ | 10 NumberElements{ |
11 latn{ | 11 latn{ |
12 patterns{ | 12 patterns{ |
13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} | 13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} |
14 } | 14 } |
15 symbols{ | 15 symbols{ |
16 decimal{"."} | 16 decimal{"."} |
17 group{"'"} | |
18 } | 17 } |
19 } | 18 } |
20 } | 19 } |
21 Version{"2.0.92.87"} | 20 Version{"2.1.8.19"} |
22 calendar{ | 21 calendar{ |
23 generic{ | 22 generic{ |
24 DateTimePatterns{ | 23 DateTimePatterns{ |
25 "HH.mm:ss 'h' zzzz", | 24 "HH.mm:ss 'h' zzzz", |
26 "HH:mm:ss z", | 25 "HH:mm:ss z", |
27 "HH:mm:ss", | 26 "HH:mm:ss", |
28 "HH:mm", | 27 "HH:mm", |
29 "EEEE, d MMMM y G", | 28 "EEEE, d MMMM y G", |
30 "d MMMM y G", | 29 "d MMMM y G", |
31 "d MMM y G", | 30 "d MMM y G", |
(...skipping 21 matching lines...) Expand all Loading... |
53 "{1} {0}", | 52 "{1} {0}", |
54 "{1} {0}", | 53 "{1} {0}", |
55 } | 54 } |
56 } | 55 } |
57 } | 56 } |
58 delimiters{ | 57 delimiters{ |
59 alternateQuotationEnd{"›"} | 58 alternateQuotationEnd{"›"} |
60 alternateQuotationStart{"‹"} | 59 alternateQuotationStart{"‹"} |
61 } | 60 } |
62 } | 61 } |
OLD | NEW |