| OLD | NEW |
| 1 # * Copyright (C) 1998-2014, International Business Machines | 1 # © 2016 and later: Unicode, Inc. and others. |
| 2 # * Corporation and others. All Rights Reserved. | 2 # License & terms of use: http://www.unicode.org/copyright.html#License |
| 3 UNIT_CLDR_VERSION = %version% | 3 UNIT_CLDR_VERSION = %version% |
| 4 # | 4 # |
| 5 # A list of txt's to build | 5 # A list of txt's to build |
| 6 # The downstream packager may not need this file at all if their package is not | 6 # The downstream packager may not need this file at all if their package is not |
| 7 # constrained by | 7 # constrained by |
| 8 # the size (and/or their target OS already has ICU with the full locale data.) | 8 # the size (and/or their target OS already has ICU with the full locale data.) |
| 9 # | 9 # |
| 10 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome | 10 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome |
| 11 # is localized to. | 11 # is localized to. |
| 12 # | 12 # |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 sv.txt\ | 65 sv.txt\ |
| 66 sw.txt\ | 66 sw.txt\ |
| 67 ta.txt\ | 67 ta.txt\ |
| 68 te.txt\ | 68 te.txt\ |
| 69 th.txt\ | 69 th.txt\ |
| 70 tr.txt\ | 70 tr.txt\ |
| 71 uk.txt\ | 71 uk.txt\ |
| 72 vi.txt\ | 72 vi.txt\ |
| 73 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | 73 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ |
| 74 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt | 74 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt |
| OLD | NEW |