| OLD | NEW |
| (Empty) |
| 1 # * Copyright (C) 1998-2010, International Business Machines | |
| 2 # * Corporation and others. All Rights Reserved. | |
| 3 LANG_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 LANG_SYNTHETIC_ALIAS = | |
| 19 | |
| 20 # All aliases (to not be included under 'installed'), but not including root. | |
| 21 LANG_ALIAS_SOURCE = $(LANG_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 LANG_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\ | |
| 37 es.txt\ | |
| 38 es_AR.txt\ | |
| 39 es_CL.txt\ | |
| 40 et.txt\ | |
| 41 fa.txt\ | |
| 42 fi.txt\ | |
| 43 fil.txt\ | |
| 44 fr.txt\ | |
| 45 gu.txt\ | |
| 46 he.txt\ | |
| 47 hi.txt\ | |
| 48 hr.txt\ | |
| 49 hu.txt\ | |
| 50 id.txt\ | |
| 51 it.txt\ | |
| 52 ja.txt\ | |
| 53 kn.txt\ | |
| 54 ko.txt\ | |
| 55 lt.txt\ | |
| 56 lv.txt\ | |
| 57 ml.txt\ | |
| 58 mr.txt\ | |
| 59 ms.txt\ | |
| 60 nb.txt\ | |
| 61 nl.txt\ | |
| 62 pl.txt\ | |
| 63 pt.txt pt_PT.txt\ | |
| 64 ro.txt\ | |
| 65 ru.txt\ | |
| 66 sk.txt\ | |
| 67 sl.txt\ | |
| 68 sr.txt\ | |
| 69 sv.txt\ | |
| 70 sw.txt\ | |
| 71 ta.txt\ | |
| 72 te.txt\ | |
| 73 th.txt\ | |
| 74 tr.txt\ | |
| 75 uk.txt\ | |
| 76 vi.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\ | |
| 79 af.txt\ | |
| 80 ak.txt\ | |
| 81 az.txt\ | |
| 82 be.txt\ | |
| 83 bem.txt\ | |
| 84 br.txt\ | |
| 85 bs.txt\ | |
| 86 ckb.txt\ | |
| 87 cy.txt\ | |
| 88 ee.txt\ | |
| 89 eo.txt\ | |
| 90 eu.txt\ | |
| 91 fo.txt\ | |
| 92 ga.txt\ | |
| 93 gl.txt\ | |
| 94 ha.txt\ | |
| 95 haw.txt\ | |
| 96 hy.txt\ | |
| 97 ig.txt\ | |
| 98 is.txt\ | |
| 99 ka.txt\ | |
| 100 kk.txt\ | |
| 101 km.txt\ | |
| 102 ku.txt\ | |
| 103 ky.txt\ | |
| 104 lg.txt\ | |
| 105 ln.txt\ | |
| 106 lo.txt\ | |
| 107 mfe.txt\ | |
| 108 mg.txt\ | |
| 109 mk.txt\ | |
| 110 mn.txt\ | |
| 111 mo.txt\ | |
| 112 mt.txt\ | |
| 113 my.txt\ | |
| 114 ne.txt\ | |
| 115 nn.txt\ | |
| 116 nyn.txt\ | |
| 117 om.txt\ | |
| 118 or.txt\ | |
| 119 pa.txt\ | |
| 120 ps.txt\ | |
| 121 rm.txt\ | |
| 122 rn.txt\ | |
| 123 rw.txt\ | |
| 124 si.txt\ | |
| 125 sn.txt\ | |
| 126 so.txt\ | |
| 127 sq.txt\ | |
| 128 sr_Latn.txt\ | |
| 129 tg.txt\ | |
| 130 ti.txt\ | |
| 131 to.txt\ | |
| 132 ur.txt\ | |
| 133 uz.txt\ | |
| 134 yo.txt\ | |
| 135 zu.txt | |
| OLD | NEW |