Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Side by Side Diff: source/data/locales/fr_CH.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/locales/fr_CG.txt ('k') | source/data/locales/fr_CI.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « source/data/locales/fr_CG.txt ('k') | source/data/locales/fr_CI.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698