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 CURR_CLDR_VERSION = 1.9 | 3 CURR_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. |
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 |
14 # uses a few categories of data in those locales for IDN handling and language | 14 # uses a few categories of data in those locales for IDN handling and language |
15 # name listing (in the UI). | 15 # name listing (in the UI). |
16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & | 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & |
17 # build.xml) | 17 # build.xml) |
18 CURR_SYNTHETIC_ALIAS = | 18 CURR_SYNTHETIC_ALIAS = |
19 | 19 |
20 # All aliases (to not be included under 'installed'), but not including root. | 20 # All aliases (to not be included under 'installed'), but not including root. |
21 CURR_ALIAS_SOURCE = $(CURR_SYNTHETIC_ALIAS)\ | 21 CURR_ALIAS_SOURCE = $(CURR_SYNTHETIC_ALIAS)\ |
22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\ | 22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\ |
23 no.txt in.txt iw.txt | 23 no.txt in.txt iw.txt tl.txt |
24 | 24 |
25 # Ordinary resources | 25 # Ordinary resources |
26 CURR_SOURCE =\ | 26 CURR_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\ |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 sv.txt\ | 70 sv.txt\ |
71 sw.txt\ | 71 sw.txt\ |
72 ta.txt\ | 72 ta.txt\ |
73 te.txt\ | 73 te.txt\ |
74 th.txt\ | 74 th.txt\ |
75 tr.txt\ | 75 tr.txt\ |
76 uk.txt\ | 76 uk.txt\ |
77 vi.txt\ | 77 vi.txt\ |
78 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | 78 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ |
79 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt | 79 zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt |
OLD | NEW |