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

Side by Side Diff: source/data/locales/de_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/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) 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/de_CH.xml 6 // * Source File: <path>/common/main/de_CH.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 de_CH{ 9 de_CH{
10 AuxExemplarCharacters{
11 "[á à ă â å ã ā æ ç é è ĕ ê ë ē ğ í ì ĭ î ï İ ī ı ñ ó ò ŏ ô ø ō œ ş ß ú ù ŭ û"
12 " ū ÿ]"
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]"}
10 NumberElements{ 15 NumberElements{
11 latn{ 16 latn{
12 patterns{ 17 patterns{
13 currencyFormat{"¤ #,##0.00;¤-#,##0.00"} 18 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
14 } 19 }
15 symbols{ 20 symbols{
16 decimal{"."} 21 decimal{"."}
17 group{"'"} 22 group{"'"}
18 } 23 }
19 } 24 }
20 } 25 }
21 Version{"2.0.92.87"} 26 Version{"2.1.8.21"}
22 delimiters{ 27 delimiters{
23 alternateQuotationEnd{"›"} 28 alternateQuotationEnd{"›"}
24 alternateQuotationStart{"‹"} 29 alternateQuotationStart{"‹"}
25 quotationEnd{"»"} 30 quotationEnd{"»"}
26 quotationStart{"«"} 31 quotationStart{"«"}
27 } 32 }
28 } 33 }
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