| 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 15 matching lines...) Expand all Loading... |
| 26 GENRB_SOURCE =\ | 26 GENRB_SOURCE =\ |
| 27 am.txt\ | 27 am.txt\ |
| 28 ar.txt\ | 28 ar.txt\ |
| 29 bg.txt\ | 29 bg.txt\ |
| 30 bn.txt\ | 30 bn.txt\ |
| 31 ca.txt\ | 31 ca.txt\ |
| 32 cs.txt\ | 32 cs.txt\ |
| 33 da.txt\ | 33 da.txt\ |
| 34 de.txt\ | 34 de.txt\ |
| 35 el.txt\ | 35 el.txt\ |
| 36 en.txt en_GB.txt en_US.txt\ | 36 en.txt en_GB.txt en_US.txt en_AU.txt en_001.txt\ |
| 37 es.txt es_ES.txt es_419.txt\ | 37 es.txt es_ES.txt es_419.txt\ |
| 38 es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\ | 38 es_AR.txt es_CO.txt es_EC.txt es_HN.txt es_PA.txt es_PY.txt es_UY.txt\ |
| 39 es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\ | 39 es_BO.txt es_CR.txt es_MX.txt es_PE.txt es_SV.txt es_VE.txt es_CL.txt\ |
| 40 es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\ | 40 es_DO.txt es_GT.txt es_NI.txt es_PR.txt es_US.txt\ |
| 41 et.txt\ | 41 et.txt\ |
| 42 fa.txt\ | 42 fa.txt\ |
| 43 fi.txt\ | 43 fi.txt\ |
| 44 fil.txt\ | 44 fil.txt\ |
| 45 fr.txt\ | 45 fr.txt\ |
| 46 gu.txt\ | 46 gu.txt\ |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 so.txt\ | 124 so.txt\ |
| 125 sq.txt\ | 125 sq.txt\ |
| 126 sr_Latn.txt\ | 126 sr_Latn.txt\ |
| 127 tg.txt\ | 127 tg.txt\ |
| 128 ti.txt\ | 128 ti.txt\ |
| 129 to.txt\ | 129 to.txt\ |
| 130 ur.txt\ | 130 ur.txt\ |
| 131 uz.txt\ | 131 uz.txt\ |
| 132 yo.txt\ | 132 yo.txt\ |
| 133 zu.txt | 133 zu.txt |
| OLD | NEW |