| 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 = %version% | 3 GENRB_CLDR_VERSION = %version% |
| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 ta.txt\ | 70 ta.txt\ |
| 71 te.txt\ | 71 te.txt\ |
| 72 th.txt\ | 72 th.txt\ |
| 73 tr.txt\ | 73 tr.txt\ |
| 74 uk.txt\ | 74 uk.txt\ |
| 75 vi.txt\ | 75 vi.txt\ |
| 76 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | 76 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ |
| 77 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ | 77 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ |
| 78 af.txt\ | 78 af.txt\ |
| 79 ak.txt\ | 79 ak.txt\ |
| 80 an.txt\ |
| 81 ast.txt\ |
| 80 az.txt\ | 82 az.txt\ |
| 81 be.txt\ | 83 be.txt\ |
| 82 bem.txt\ | 84 bem.txt\ |
| 83 br.txt\ | 85 br.txt\ |
| 84 bs.txt\ | 86 bs.txt\ |
| 85 ckb.txt\ | 87 ckb.txt\ |
| 86 cy.txt\ | 88 cy.txt\ |
| 87 ee.txt\ | 89 ee.txt\ |
| 88 eo.txt\ | 90 eo.txt\ |
| 89 eu.txt\ | 91 eu.txt\ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 si.txt\ | 125 si.txt\ |
| 124 sn.txt\ | 126 sn.txt\ |
| 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\ |
| 135 wa.txt\ |
| 133 yo.txt\ | 136 yo.txt\ |
| 134 zu.txt | 137 zu.txt |
| OLD | NEW |