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

Side by Side Diff: source/data/locales/qu.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/pt_TL.txt ('k') | source/data/locales/qu_BO.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/qu.xml 6 // * Source File: <path>/common/main/qu.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/qu.xml
11 */
12 qu{ 9 qu{
13 AuxExemplarCharacters{ 10 AuxExemplarCharacters{
14 "[á à ă â å ä ã ā æ b c ç d e é è ĕ ê ë ē f g í ì ĭ î ï ī j o ó ò ŏ ô ö ø ō œ" 11 "[á à ă â å ä ã ā æ b c ç d e é è ĕ ê ë ē f g í ì ĭ î ï ī j o ó ò ŏ ô ö ø ō œ"
15 " r ú ù ŭ û ü ū v x ÿ z]" 12 " r ú ù ŭ û ü ū v x ÿ z]"
16 } 13 }
17 ExemplarCharacters{"[a {ch} {chʼ} h i k {kʼ} l {ll} m n ñ p {pʼ} q {qʼ} s t {tʼ} u w y]"} 14 ExemplarCharacters{"[a {ch} {chʼ} h i k {kʼ} l {ll} m n ñ p {pʼ} q {qʼ} s t {tʼ} u w y]"}
18 LocaleScript{ 15 ExemplarCharactersIndex{"[A {Ch} H I K L {Ll} M N Ñ P Q S T U W Y]"}
19 "Latn", 16 NumberElements{
17 latn{
18 patterns{
19 currencyFormat{"¤ #,##0.00"}
20 decimalFormat{"#,##0.###"}
21 percentFormat{"#,##0 %"}
22 scientificFormat{"#E0"}
23 }
24 symbols{
25 decimal{"."}
26 exponential{"E"}
27 group{","}
28 infinity{"∞"}
29 minusSign{"-"}
30 nan{"NaN"}
31 perMille{"‰"}
32 percentSign{"%"}
33 plusSign{"+"}
34 superscriptingExponent{"×"}
35 }
36 }
20 } 37 }
21 Version{"2.1.6.71"} 38 Version{"2.1.19.14"}
39 calendar{
40 gregorian{
41 AmPmMarkers{
42 "a.m.",
43 "p.m.",
44 }
45 DateTimePatterns{
46 "HH:mm:ss zzzz",
47 "HH:mm:ss z",
48 "HH:mm:ss",
49 "HH:mm",
50 "EEEE, d MMMM, y",
51 "y MMMM d",
52 "y MMM d",
53 "dd/MM/y",
54 "{1} {0}",
55 "{1} {0}",
56 "{1} {0}",
57 "{1} {0}",
58 "{1} {0}",
59 }
60 availableFormats{
61 yMMMEd{"E, d MMM, y"}
62 yMd{"dd-MM-y"}
63 }
64 dayNames{
65 format{
66 abbreviated{
67 "Dom",
68 "Lun",
69 "Mar",
70 "Mié",
71 "Jue",
72 "Vie",
73 "Sab",
74 }
75 wide{
76 "Domingo",
77 "Lunes",
78 "Martes",
79 "Miércoles",
80 "Jueves",
81 "Viernes",
82 "Sábado",
83 }
84 }
85 stand-alone{
86 narrow{
87 "D",
88 "L",
89 "M",
90 "X",
91 "J",
92 "V",
93 "S",
94 }
95 }
96 }
97 eras{
98 abbreviated{
99 "BCE",
100 "d.C.",
101 }
102 narrow{
103 "BCE",
104 "dC",
105 }
106 }
107 monthNames{
108 format{
109 abbreviated{
110 "Qul",
111 "Hat",
112 "Pau",
113 "Ayr",
114 "Aym",
115 "Int",
116 "Ant",
117 "Qha",
118 "Uma",
119 "Kan",
120 "Aya",
121 "Kap",
122 }
123 wide{
124 "Qulla puquy",
125 "Hatun puquy",
126 "Pauqar waray",
127 "Ayriwa",
128 "Aymuray",
129 "Inti raymi",
130 "Anta Sitwa",
131 "Qhapaq Sitwa",
132 "Uma raymi",
133 "Kantaray",
134 "Ayamarqʼa",
135 "Kapaq Raymi",
136 }
137 }
138 }
139 }
140 }
22 layout{ 141 layout{
23 characters{"left-to-right"} 142 characters{"left-to-right"}
24 lines{"top-to-bottom"} 143 lines{"top-to-bottom"}
25 } 144 }
26 } 145 }
OLDNEW
« no previous file with comments | « source/data/locales/pt_TL.txt ('k') | source/data/locales/qu_BO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698