OLD | NEW |
| (Empty) |
1 # * Copyright (C) 1998-2010, International Business Machines | |
2 # * Corporation and others. All Rights Reserved. | |
3 GENRB_CLDR_VERSION = 1.9 | |
4 # A list of txt's to build | |
5 # The downstream packager may not need this file at all if their package is not | |
6 # constrained by | |
7 # the size (and/or their target OS already has ICU with the full locale data.) | |
8 # | |
9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome | |
10 # is localized to. | |
11 # | |
12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is | |
13 # localized to them, but | |
14 # uses a few categories of data in those locales for IDN handling and language | |
15 # name listing (in the UI). | |
16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & | |
17 # build.xml) | |
18 GENRB_SYNTHETIC_ALIAS = | |
19 | |
20 # All aliases (to not be included under 'installed'), but not including root. | |
21 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ | |
22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\ | |
23 no.txt in.txt iw.txt tl.txt sh.txt | |
24 | |
25 # Ordinary resources | |
26 GENRB_SOURCE =\ | |
27 am.txt\ | |
28 ar.txt\ | |
29 bg.txt\ | |
30 bn.txt\ | |
31 ca.txt\ | |
32 cs.txt\ | |
33 da.txt\ | |
34 de.txt\ | |
35 el.txt\ | |
36 en.txt en_GB.txt en_US.txt en_AU.txt en_001.txt\ | |
37 es.txt es_ES.txt es_419.txt\ | |
38 es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\ | |
39 es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\ | |
40 es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\ | |
41 et.txt\ | |
42 fa.txt\ | |
43 fi.txt\ | |
44 fil.txt\ | |
45 fr.txt\ | |
46 gu.txt\ | |
47 he.txt\ | |
48 hi.txt\ | |
49 hr.txt\ | |
50 hu.txt\ | |
51 id.txt\ | |
52 it.txt\ | |
53 ja.txt\ | |
54 kn.txt\ | |
55 ko.txt\ | |
56 lt.txt\ | |
57 lv.txt\ | |
58 ml.txt\ | |
59 mr.txt\ | |
60 ms.txt\ | |
61 nb.txt\ | |
62 nl.txt\ | |
63 pl.txt\ | |
64 pt.txt pt_BR.txt pt_PT.txt\ | |
65 ro.txt\ | |
66 ru.txt\ | |
67 sk.txt\ | |
68 sl.txt\ | |
69 sr.txt\ | |
70 sv.txt\ | |
71 sw.txt\ | |
72 ta.txt\ | |
73 te.txt\ | |
74 th.txt\ | |
75 tr.txt\ | |
76 uk.txt\ | |
77 vi.txt\ | |
78 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | |
79 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ | |
80 af.txt\ | |
81 ak.txt\ | |
82 az.txt\ | |
83 be.txt\ | |
84 bem.txt\ | |
85 br.txt\ | |
86 bs.txt\ | |
87 ckb.txt\ | |
88 cy.txt\ | |
89 ee.txt\ | |
90 eo.txt\ | |
91 eu.txt\ | |
92 fo.txt\ | |
93 ga.txt\ | |
94 gl.txt\ | |
95 ha.txt\ | |
96 haw.txt\ | |
97 hy.txt\ | |
98 ig.txt\ | |
99 is.txt\ | |
100 ka.txt\ | |
101 kk.txt\ | |
102 km.txt\ | |
103 ku.txt\ | |
104 ky.txt\ | |
105 lg.txt\ | |
106 ln.txt\ | |
107 lo.txt\ | |
108 mfe.txt\ | |
109 mg.txt\ | |
110 mk.txt\ | |
111 mn.txt\ | |
112 mo.txt ro_MD.txt\ | |
113 mt.txt\ | |
114 my.txt\ | |
115 ne.txt\ | |
116 nn.txt\ | |
117 nyn.txt\ | |
118 om.txt\ | |
119 or.txt\ | |
120 pa.txt\ | |
121 ps.txt\ | |
122 rm.txt\ | |
123 rn.txt\ | |
124 rw.txt\ | |
125 si.txt\ | |
126 sn.txt\ | |
127 so.txt\ | |
128 sq.txt\ | |
129 sr_Latn.txt\ | |
130 tg.txt\ | |
131 ti.txt\ | |
132 to.txt\ | |
133 ur.txt\ | |
134 uz.txt\ | |
135 yo.txt\ | |
136 zu.txt | |
OLD | NEW |