| 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 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 de_AT.txt de_CH.txt\ | 34 de.txt de_AT.txt de_CH.txt\ |
| 35 el.txt\ | 35 el.txt\ |
| 36 en.txt en_001.txt en_GB.txt en_US.txt en_AU.txt en_CA.txt en_NZ.txt en_ZA.txt\ | 36 en.txt en_001.txt en_150.txt\ |
| 37 en_GB.txt en_US.txt en_AU.txt en_CA.txt en_IN.txt en_NZ.txt en_ZA.txt\ |
| 37 es.txt es_ES.txt es_419.txt es_AR.txt es_MX.txt es_US.txt\ | 38 es.txt es_ES.txt es_419.txt es_AR.txt es_MX.txt es_US.txt\ |
| 38 et.txt\ | 39 et.txt\ |
| 39 fa.txt\ | 40 fa.txt\ |
| 40 fi.txt\ | 41 fi.txt\ |
| 41 fil.txt\ | 42 fil.txt\ |
| 42 fr.txt fr_CA.txt fr_CH.txt\ | 43 fr.txt fr_CA.txt fr_CH.txt\ |
| 43 gu.txt\ | 44 gu.txt\ |
| 44 he.txt\ | 45 he.txt\ |
| 45 hi.txt\ | 46 hi.txt\ |
| 46 hr.txt\ | 47 hr.txt\ |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 so.txt\ | 125 so.txt\ |
| 125 sq.txt\ | 126 sq.txt\ |
| 126 sr_Latn.txt\ | 127 sr_Latn.txt\ |
| 127 tg.txt\ | 128 tg.txt\ |
| 128 ti.txt\ | 129 ti.txt\ |
| 129 to.txt\ | 130 to.txt\ |
| 130 ur.txt\ | 131 ur.txt\ |
| 131 uz.txt\ | 132 uz.txt\ |
| 132 yo.txt\ | 133 yo.txt\ |
| 133 zu.txt | 134 zu.txt |
| OLD | NEW |