OLD | NEW |
1 # * Copyright (C) 1998-2007, International Business Machines | 1 # * Copyright (C) 1998-2007, International Business Machines |
2 # * Corporation and others. All Rights Reserved. | 2 # * Corporation and others. All Rights Reserved. |
3 GENRB_CLDR_VERSION = 1.5 | 3 GENRB_CLDR_VERSION = 1.5 |
4 # A list of txt's to build | 4 # A list of txt's to build |
5 # Note: | 5 # Note: |
6 # | 6 # |
7 # If you are thinking of modifying this file, READ THIS. | 7 # If you are thinking of modifying this file, READ THIS. |
8 # | 8 # |
9 # Instead of changing this file [unless you want to check it back in], | 9 # Instead of changing this file [unless you want to check it back in], |
10 # you should consider creating a 'reslocal.mk' file in this same directory. | 10 # you should consider creating a 'reslocal.mk' file in this same directory. |
11 # Then, you can have your local changes remain even if you upgrade or | 11 # Then, you can have your local changes remain even if you upgrade or |
12 # reconfigure ICU. | 12 # reconfigure ICU. |
13 # | 13 # |
14 # Example 'reslocal.mk' files: | 14 # Example 'reslocal.mk' files: |
15 # | 15 # |
16 # * To add an additional locale to the list: | 16 # * To add an additional locale to the list: |
17 # _____________________________________________________ | 17 # _____________________________________________________ |
18 # | GENRB_SOURCE_LOCAL = myLocale.txt ... | 18 # | GENRB_SOURCE_LOCAL = myLocale.txt ... |
19 # | 19 # |
20 # * To REPLACE the default list and only build with a few | 20 # * To REPLACE the default list and only build with a few |
21 # locale: | 21 # locale: |
22 # _____________________________________________________ | 22 # _____________________________________________________ |
23 # | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | 23 # | GENRB_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt |
24 # | 24 # |
25 # | 25 # |
26 # Generated by LDML2ICUConverter, from LDML source files. | 26 # Generated by LDML2ICUConverter, from LDML source files. |
| 27 # |
| 28 # The downstream packager may not need this file at all if their package is not
constrained by |
| 29 # the size (and/or their target OS already has ICU with the full locale data.) |
| 30 # |
| 31 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome i
s localized to. |
| 32 # |
| 33 # In addition to them, 35 "abridged" locale data files are listed. Chrome is not
localized to them, but |
| 34 # uses a few categories of data in those locales for IDN handling and language n
ame listing (in the UI). |
| 35 # |
27 | 36 |
28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & bu
ild.xml) | 37 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & bu
ild.xml) |
29 GENRB_SYNTHETIC_ALIAS = in.txt iw.txt no.txt | 38 GENRB_SYNTHETIC_ALIAS = in.txt iw.txt no.txt |
30 | 39 |
31 | 40 |
32 # All aliases (to not be included under 'installed'), but not including root. | 41 # All aliases (to not be included under 'installed'), but not including root. |
33 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ | 42 GENRB_ALIAS_SOURCE = $(GENRB_SYNTHETIC_ALIAS)\ |
34 zh_CN.txt\ | 43 zh_CN.txt\ |
35 zh_TW.txt | 44 zh_TW.txt |
36 | 45 |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 sl.txt\ | 91 sl.txt\ |
83 sr.txt\ | 92 sr.txt\ |
84 sv.txt\ | 93 sv.txt\ |
85 ta.txt\ | 94 ta.txt\ |
86 te.txt\ | 95 te.txt\ |
87 th.txt\ | 96 th.txt\ |
88 tr.txt\ | 97 tr.txt\ |
89 uk.txt\ | 98 uk.txt\ |
90 vi.txt\ | 99 vi.txt\ |
91 zh.txt zh_Hans.txt zh_Hans_CN.txt\ | 100 zh.txt zh_Hans.txt zh_Hans_CN.txt\ |
92 zh_Hant.txt zh_Hant_TW.txt | 101 zh_Hant.txt zh_Hant_TW.txt\ |
| 102 af.txt\ |
| 103 am.txt\ |
| 104 az.txt\ |
| 105 be.txt\ |
| 106 cy.txt\ |
| 107 eo.txt\ |
| 108 eu.txt\ |
| 109 fa.txt\ |
| 110 fo.txt\ |
| 111 ga.txt\ |
| 112 gl.txt\ |
| 113 ha.txt\ |
| 114 haw.txt\ |
| 115 hy.txt\ |
| 116 is.txt\ |
| 117 ka.txt\ |
| 118 kk.txt\ |
| 119 km.txt\ |
| 120 mk.txt\ |
| 121 ms.txt\ |
| 122 mt.txt\ |
| 123 ne.txt\ |
| 124 nn.txt\ |
| 125 no.txt\ |
| 126 om.txt\ |
| 127 pa.txt\ |
| 128 ps.txt\ |
| 129 si.txt\ |
| 130 so.txt\ |
| 131 sq.txt\ |
| 132 sw.txt\ |
| 133 ti.txt\ |
| 134 ur.txt\ |
| 135 uz.txt\ |
| 136 zu.txt |
OLD | NEW |