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

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