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

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

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/de_BE.txt ('k') | source/data/locales/de_DE.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) 2014 International Business Machines 3 // * Copyright (C) 2015 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/de_CH.xml 6 // * Source File: <path>/common/main/de_CH.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 de_CH{ 9 de_CH{
10 AuxExemplarCharacters{ 10 AuxExemplarCharacters{
11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú ù ŭ û" 11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú ù ŭ û"
12 " ū ÿ]" 12 " ū ÿ]"
13 } 13 }
14 ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y z]"} 14 ExemplarCharacters{"[a ä b c d e f g h i j k l m n o ö p q r s t u ü v w x y z]"}
15 NumberElements{ 15 NumberElements{
16 latn{ 16 latn{
17 patterns{ 17 patterns{
18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} 18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
19 percentFormat{"#,##0%"}
19 } 20 }
20 symbols{ 21 symbols{
21 decimal{"."} 22 decimal{"."}
22 group{"'"} 23 group{"'"}
23 } 24 }
24 } 25 }
25 } 26 }
26 Version{"2.1.8.21"} 27 Version{"2.1.19.87"}
27 delimiters{
28 alternateQuotationEnd{"›"}
29 alternateQuotationStart{"‹"}
30 quotationEnd{"»"}
31 quotationStart{"«"}
32 }
33 } 28 }
OLDNEW
« no previous file with comments | « source/data/locales/de_BE.txt ('k') | source/data/locales/de_DE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698