| 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 ZONE_CLDR_VERSION = 1.9 | 3 ZONE_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. |
| 11 # | 11 # |
| 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is | 12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is |
| 13 # localized to them, but | 13 # localized to them, but |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 sv.txt\ | 67 sv.txt\ |
| 68 sw.txt\ | 68 sw.txt\ |
| 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 |
| OLD | NEW |