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

Side by Side Diff: icu38/source/data/locales/gl.txt

Issue 182008: Update locale data for ICU 3.8:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « icu38/source/data/locales/ga.txt ('k') | icu38/source/data/locales/gu.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) 2007 International Business Machines 3 // * Copyright (C) 2009 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java 5 // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6 // * Source File:<path>/common/main/gl.xml 6 // * Source File:<path>/common/main/gl.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /** 9 /**
10 * ICU <specials> source: <path>/xml/main/gl.xml 10 * ICU <specials> source: <path>/xml/main/gl.xml
11 * Chrome Note: This locale data is abridged to contain categories
12 * actually used by Chrome.
11 */ 13 */
12 gl{ 14 gl{
13 Countries{ 15 AuxExemplarCharacters{"[ª à â ä ã ç è ê-ì î ï º ò ô ö õ ù û]"}
14 ES{"España"}
15 }
16 Currencies{
17 ESP{
18 "₧",
19 "ESP",
20 {
21 /**
22 * Duplicated from NumberPatterns resource
23 */
24 "#,##0.00 ¤",
25 ",",
26 ".",
27 }
28 }
29 }
30 ExemplarCharacters{"[a á b-e é f-i í j-n ñ o ó p-u ú ü v-z]"} 16 ExemplarCharacters{"[a á b-e é f-i í j-n ñ o ó p-u ú ü v-z]"}
31 Languages{ 17 Languages{
32 gl{"galego"} 18 gl{"galego"}
33 } 19 }
34 LocaleScript{ 20 LocaleScript{
35 "Latn", 21 "Latn",
36 } 22 }
37 NumberElements{ 23 Version{"1.68"}
38 ",", 24 }
39 ".",
40 ";",
41 "%",
42 "0",
43 "#",
44 "-",
45 "E",
46 "‰",
47 "∞",
48 "NaN",
49 "+",
50 }
51 NumberPatterns{
52 "#,##0.###",
53 "#,##0.00 ¤",
54 "#,##0%",
55 "#E0",
56 }
57 Version{"1.52"}
58 calendar{
59 gregorian{
60 dayNames{
61 format{
62 abbreviated{
63 "Dom",
64 "Lun",
65 "Mar",
66 "Mér",
67 "Xov",
68 "Ven",
69 "Sáb",
70 }
71 wide{
72 "Domingo",
73 "Luns",
74 "Martes",
75 "Mércores",
76 "Xoves",
77 "Venres",
78 "Sábado",
79 }
80 }
81 }
82 monthNames{
83 format{
84 abbreviated{
85 "Xan",
86 "Feb",
87 "Mar",
88 "Abr",
89 "Mai",
90 "Xuñ",
91 "Xul",
92 "Ago",
93 "Set",
94 "Out",
95 "Nov",
96 "Dec",
97 }
98 wide{
99 "Xaneiro",
100 "Febreiro",
101 "Marzo",
102 "Abril",
103 "Maio",
104 "Xuño",
105 "Xullo",
106 "Agosto",
107 "Setembro",
108 "Outubro",
109 "Novembro",
110 "Decembro",
111 }
112 }
113 }
114 }
115 }
116 }
OLDNEW
« no previous file with comments | « icu38/source/data/locales/ga.txt ('k') | icu38/source/data/locales/gu.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698