| 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 LANG_CLDR_VERSION = %version% | 3 LANG_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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 ta.txt\ | 69 ta.txt\ |
| 70 te.txt\ | 70 te.txt\ |
| 71 th.txt\ | 71 th.txt\ |
| 72 tr.txt\ | 72 tr.txt\ |
| 73 uk.txt\ | 73 uk.txt\ |
| 74 vi.txt\ | 74 vi.txt\ |
| 75 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | 75 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ |
| 76 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ | 76 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\ |
| 77 af.txt\ | 77 af.txt\ |
| 78 ak.txt\ | 78 ak.txt\ |
| 79 an.txt\ |
| 80 ast.txt\ |
| 79 az.txt\ | 81 az.txt\ |
| 80 be.txt\ | 82 be.txt\ |
| 81 bem.txt\ | 83 bem.txt\ |
| 82 br.txt\ | 84 br.txt\ |
| 83 bs.txt\ | 85 bs.txt\ |
| 84 ckb.txt\ | 86 ckb.txt\ |
| 85 cy.txt\ | 87 cy.txt\ |
| 86 ee.txt\ | 88 ee.txt\ |
| 87 eo.txt\ | 89 eo.txt\ |
| 88 eu.txt\ | 90 eu.txt\ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 si.txt\ | 124 si.txt\ |
| 123 sn.txt\ | 125 sn.txt\ |
| 124 so.txt\ | 126 so.txt\ |
| 125 sq.txt\ | 127 sq.txt\ |
| 126 sr_Latn.txt\ | 128 sr_Latn.txt\ |
| 127 tg.txt\ | 129 tg.txt\ |
| 128 ti.txt\ | 130 ti.txt\ |
| 129 to.txt\ | 131 to.txt\ |
| 130 ur.txt\ | 132 ur.txt\ |
| 131 uz.txt\ | 133 uz.txt\ |
| 134 wa.txt\ |
| 132 yo.txt\ | 135 yo.txt\ |
| 133 zu.txt | 136 zu.txt |
| OLD | NEW |