Chromium Code Reviews

Side by Side Diff: icu52/source/data/locales/reslocal.mk

Issue 239513016: Remove source/data/xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « icu52/source/data/lang/reslocal.mk ('k') | icu52/source/data/region/reslocal.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # * Copyright (C) 1998-2010, International Business Machines 1 # * Copyright (C) 1998-2010, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 GENRB_CLDR_VERSION = 1.9 3 GENRB_CLDR_VERSION = 1.9
4 # A list of txt's to build 4 # A list of txt's to build
5 # The downstream packager may not need this file at all if their package is not 5 # The downstream packager may not need this file at all if their package is not
6 # constrained by 6 # constrained by
7 # the size (and/or their target OS already has ICU with the full locale data.) 7 # the size (and/or their target OS already has ICU with the full locale data.)
8 # 8 #
9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
10 # is localized to. 10 # is localized to.
11 # 11 #
12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
13 # localized to them, but 13 # localized to them, but
14 # uses a few categories of data in those locales for IDN handling and language 14 # uses a few categories of data in those locales for IDN handling and language
15 # name listing (in the UI). 15 # name listing (in the UI).
16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
17 # build.xml) 17 # build.xml)
18 GENRB_SYNTHETIC_ALIAS = 18 GENRB_SYNTHETIC_ALIAS =
19 19
20 # All aliases (to not be included under 'installed'), but not including root. 20 # All aliases (to not be included under 'installed'), but not including root.
21 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ 21 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\
22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\ 22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
23 no.txt in.txt iw.txt 23 no.txt in.txt iw.txt tl.txt sh.txt
24 24
25 # Ordinary resources 25 # Ordinary resources
26 GENRB_SOURCE =\ 26 GENRB_SOURCE =\
27 am.txt\ 27 am.txt\
28 ar.txt\ 28 ar.txt\
29 bg.txt\ 29 bg.txt\
30 bn.txt\ 30 bn.txt\
31 ca.txt\ 31 ca.txt\
32 cs.txt\ 32 cs.txt\
33 da.txt\ 33 da.txt\
(...skipping 38 matching lines...)
72 te.txt\ 72 te.txt\
73 th.txt\ 73 th.txt\
74 tr.txt\ 74 tr.txt\
75 uk.txt\ 75 uk.txt\
76 vi.txt\ 76 vi.txt\
77 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ 77 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
78 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ 78 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\
79 af.txt\ 79 af.txt\
80 ak.txt\ 80 ak.txt\
81 az.txt\ 81 az.txt\
82 be.txt\
82 bem.txt\ 83 bem.txt\
83 be.txt\ 84 br.txt\
84 bs.txt\ 85 bs.txt\
85 cy.txt\ 86 cy.txt\
87 ee.txt\
86 eo.txt\ 88 eo.txt\
87 eu.txt\ 89 eu.txt\
88 fo.txt\ 90 fo.txt\
89 ga.txt\ 91 ga.txt\
90 gl.txt\ 92 gl.txt\
91 ha.txt\ 93 ha.txt\
92 haw.txt\ 94 haw.txt\
93 hy.txt\ 95 hy.txt\
94 ig.txt\ 96 ig.txt\
95 is.txt\ 97 is.txt\
96 ka.txt\ 98 ka.txt\
97 kk.txt\ 99 kk.txt\
98 km.txt\ 100 km.txt\
101 ky.txt\
99 lg.txt\ 102 lg.txt\
103 ln.txt\
104 lo.txt\
100 mfe.txt\ 105 mfe.txt\
101 mg.txt\ 106 mg.txt\
102 mk.txt\ 107 mk.txt\
108 mn.txt\
103 mo.txt\ 109 mo.txt\
104 ms.txt\
105 mt.txt\ 110 mt.txt\
111 my.txt\
106 ne.txt\ 112 ne.txt\
107 nn.txt\ 113 nn.txt\
108 nyn.txt\ 114 nyn.txt\
109 om.txt\ 115 om.txt\
110 or.txt\ 116 or.txt\
111 pa.txt\ 117 pa.txt\
112 ps.txt\ 118 ps.txt\
113 rm.txt\ 119 rm.txt\
120 rn.txt\
114 rw.txt\ 121 rw.txt\
115 si.txt\ 122 si.txt\
116 sn.txt\ 123 sn.txt\
117 so.txt\ 124 so.txt\
118 sq.txt\ 125 sq.txt\
126 sr_Latn.txt\
119 tg.txt\ 127 tg.txt\
120 ti.txt\ 128 ti.txt\
121 tl.txt\
122 to.txt\ 129 to.txt\
123 ur.txt\ 130 ur.txt\
124 uz.txt\ 131 uz.txt\
125 yo.txt\ 132 yo.txt\
126 zu.txt 133 zu.txt
OLDNEW
« no previous file with comments | « icu52/source/data/lang/reslocal.mk ('k') | icu52/source/data/region/reslocal.mk » ('j') | no next file with comments »

Powered by Google App Engine