| OLD | NEW |
| 1 # * Copyright (C) 1998-2014, International Business Machines | 1 # * Copyright (C) 1998-2014, International Business Machines |
| 2 # * Corporation and others. All Rights Reserved. | 2 # * Corporation and others. All Rights Reserved. |
| 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 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 mr.txt\ | 54 mr.txt\ |
| 55 ms.txt\ | 55 ms.txt\ |
| 56 nb.txt\ | 56 nb.txt\ |
| 57 nl.txt\ | 57 nl.txt\ |
| 58 pl.txt\ | 58 pl.txt\ |
| 59 pt.txt pt_PT.txt\ | 59 pt.txt pt_PT.txt\ |
| 60 ro.txt\ | 60 ro.txt\ |
| 61 ru.txt\ | 61 ru.txt\ |
| 62 sk.txt\ | 62 sk.txt\ |
| 63 sl.txt\ | 63 sl.txt\ |
| 64 sr.txt\ | 64 sr.txt sr_Latn.txt\ |
| 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 |