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