| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 om.txt\ | 109 om.txt\ |
| 110 or.txt\ | 110 or.txt\ |
| 111 pa.txt\ | 111 pa.txt\ |
| 112 ps.txt\ | 112 ps.txt\ |
| 113 rm.txt\ | 113 rm.txt\ |
| 114 rw.txt\ | 114 rw.txt\ |
| 115 si.txt\ | 115 si.txt\ |
| 116 sn.txt\ | 116 sn.txt\ |
| 117 so.txt\ | 117 so.txt\ |
| 118 sq.txt\ | 118 sq.txt\ |
| 119 tg.txt\ |
| 119 ti.txt\ | 120 ti.txt\ |
| 120 tl.txt\ | 121 tl.txt\ |
| 121 to.txt\ | 122 to.txt\ |
| 122 ur.txt\ | 123 ur.txt\ |
| 123 uz.txt\ | 124 uz.txt\ |
| 124 yo.txt\ | 125 yo.txt\ |
| 125 zu.txt | 126 zu.txt |
| OLD | NEW |