]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # © 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | COLLATION_CLDR_VERSION = 31.0.1 | |
374ca955 | 4 | # A list of txt's to build |
729e4ab9 | 5 | # Note: |
374ca955 | 6 | # |
729e4ab9 | 7 | # If you are thinking of modifying this file, READ THIS. |
374ca955 A |
8 | # |
9 | # Instead of changing this file [unless you want to check it back in], | |
f3c0d7a5 | 10 | # you should consider creating a 'collocal.mk' file in this same directory. |
374ca955 A |
11 | # Then, you can have your local changes remain even if you upgrade or |
12 | # reconfigure ICU. | |
13 | # | |
f3c0d7a5 | 14 | # Example 'collocal.mk' files: |
374ca955 | 15 | # |
729e4ab9 | 16 | # * To add an additional locale to the list: |
374ca955 A |
17 | # _____________________________________________________ |
18 | # | COLLATION_SOURCE_LOCAL = myLocale.txt ... | |
19 | # | |
20 | # * To REPLACE the default list and only build with a few | |
729e4ab9 | 21 | # locales: |
374ca955 A |
22 | # _____________________________________________________ |
23 | # | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | |
24 | # | |
25 | # | |
729e4ab9 | 26 | # Generated by LDML2ICUConverter, from LDML source files. |
374ca955 | 27 | |
729e4ab9 | 28 | # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) |
f3c0d7a5 A |
29 | COLLATION_SYNTHETIC_ALIAS = ars.txt de_.txt de__PHONEBOOK.txt es_.txt\ |
30 | es__TRADITIONAL.txt he_IL.txt id_ID.txt in.txt in_ID.txt\ | |
31 | iw.txt iw_IL.txt mo.txt nb_NO.txt no.txt\ | |
32 | no_NO.txt pa_Guru.txt pa_Guru_IN.txt pa_IN.txt ro_MD.txt\ | |
33 | sh.txt sh_BA.txt sh_CS.txt sh_YU.txt sr_BA.txt\ | |
34 | sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt\ | |
35 | sr_Latn_RS.txt sr_ME.txt sr_RS.txt zh_CN.txt zh_HK.txt\ | |
36 | zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt\ | |
37 | zh_Hant_TW.txt zh_MO.txt zh_SG.txt zh_TW.txt | |
374ca955 A |
38 | |
39 | ||
40 | # All aliases (to not be included under 'installed'), but not including root. | |
41 | COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS) | |
42 | ||
43 | ||
44 | # Empty locales, used for validSubLocale fallback. | |
57a6839d | 45 | COLLATION_EMPTY_SOURCE = |
374ca955 A |
46 | |
47 | ||
48 | # Ordinary resources | |
2ca993e8 A |
49 | COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) af.txt am.txt ar.txt\ |
50 | as.txt az.txt be.txt bg.txt bn.txt\ | |
51 | bo.txt bs.txt bs_Cyrl.txt ca.txt chr.txt\ | |
52 | cs.txt cy.txt da.txt de.txt de_AT.txt\ | |
53 | dsb.txt dz.txt ee.txt el.txt en.txt\ | |
54 | en_US.txt en_US_POSIX.txt eo.txt es.txt et.txt\ | |
55 | fa.txt fa_AF.txt fi.txt fil.txt fo.txt\ | |
56 | fr.txt fr_CA.txt ga.txt gl.txt gu.txt\ | |
57 | ha.txt haw.txt he.txt hi.txt hr.txt\ | |
58 | hsb.txt hu.txt hy.txt id.txt ig.txt\ | |
59 | is.txt it.txt ja.txt ka.txt kk.txt\ | |
60 | kl.txt km.txt kn.txt ko.txt kok.txt\ | |
61 | ky.txt lb.txt lkt.txt ln.txt lo.txt\ | |
62 | lt.txt lv.txt mk.txt ml.txt mn.txt\ | |
63 | mr.txt ms.txt mt.txt my.txt nb.txt\ | |
64 | ne.txt nl.txt nn.txt om.txt or.txt\ | |
b331163b A |
65 | pa.txt pl.txt ps.txt pt.txt ro.txt\ |
66 | ru.txt se.txt si.txt sk.txt sl.txt\ | |
67 | smn.txt sq.txt sr.txt sr_Latn.txt sv.txt\ | |
68 | sw.txt ta.txt te.txt th.txt to.txt\ | |
f3c0d7a5 A |
69 | tr.txt ug.txt uk.txt ur.txt uz.txt\ |
70 | vi.txt wae.txt yi.txt yo.txt zh.txt\ | |
71 | zh_Hant.txt zu.txt | |
374ca955 | 72 |