| OLD | NEW |
| 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. |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 vi.txt\ | 77 vi.txt\ |
| 78 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.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\ | 79 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ |
| 80 af.txt\ | 80 af.txt\ |
| 81 ak.txt\ | 81 ak.txt\ |
| 82 az.txt\ | 82 az.txt\ |
| 83 be.txt\ | 83 be.txt\ |
| 84 bem.txt\ | 84 bem.txt\ |
| 85 br.txt\ | 85 br.txt\ |
| 86 bs.txt\ | 86 bs.txt\ |
| 87 ckb.txt\ |
| 87 cy.txt\ | 88 cy.txt\ |
| 88 ee.txt\ | 89 ee.txt\ |
| 89 eo.txt\ | 90 eo.txt\ |
| 90 eu.txt\ | 91 eu.txt\ |
| 91 fo.txt\ | 92 fo.txt\ |
| 92 ga.txt\ | 93 ga.txt\ |
| 93 gl.txt\ | 94 gl.txt\ |
| 94 ha.txt\ | 95 ha.txt\ |
| 95 haw.txt\ | 96 haw.txt\ |
| 96 hy.txt\ | 97 hy.txt\ |
| 97 ig.txt\ | 98 ig.txt\ |
| 98 is.txt\ | 99 is.txt\ |
| 99 ka.txt\ | 100 ka.txt\ |
| 100 kk.txt\ | 101 kk.txt\ |
| 101 km.txt\ | 102 km.txt\ |
| 103 ku.txt\ |
| 102 ky.txt\ | 104 ky.txt\ |
| 103 lg.txt\ | 105 lg.txt\ |
| 104 ln.txt\ | 106 ln.txt\ |
| 105 lo.txt\ | 107 lo.txt\ |
| 106 mfe.txt\ | 108 mfe.txt\ |
| 107 mg.txt\ | 109 mg.txt\ |
| 108 mk.txt\ | 110 mk.txt\ |
| 109 mn.txt\ | 111 mn.txt\ |
| 110 mo.txt ro_MD.txt\ | 112 mo.txt ro_MD.txt\ |
| 111 mt.txt\ | 113 mt.txt\ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 125 so.txt\ | 127 so.txt\ |
| 126 sq.txt\ | 128 sq.txt\ |
| 127 sr_Latn.txt\ | 129 sr_Latn.txt\ |
| 128 tg.txt\ | 130 tg.txt\ |
| 129 ti.txt\ | 131 ti.txt\ |
| 130 to.txt\ | 132 to.txt\ |
| 131 ur.txt\ | 133 ur.txt\ |
| 132 uz.txt\ | 134 uz.txt\ |
| 133 yo.txt\ | 135 yo.txt\ |
| 134 zu.txt | 136 zu.txt |
| OLD | NEW |