]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | # * Copyright (C) 1998-2016, International Business Machines |
374ca955 | 2 | # * Corporation and others. All Rights Reserved. |
b331163b | 3 | COLLATION_CLDR_VERSION = %version% |
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], | |
b331163b | 10 | # you should consider creating a '%local%' 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 | # | |
b331163b | 14 | # Example '%local%' 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) |
73c04bcf | 29 | COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\ |
57a6839d A |
30 | he_IL.txt id_ID.txt in.txt in_ID.txt iw.txt\ |
31 | iw_IL.txt mo.txt nb_NO.txt no.txt no_NO.txt\ | |
32 | pa_Guru.txt pa_Guru_IN.txt pa_IN.txt ro_MD.txt sh.txt\ | |
33 | sh_BA.txt sh_CS.txt sh_YU.txt sr_BA.txt sr_Cyrl.txt\ | |
34 | sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_RS.txt\ | |
2ca993e8 A |
35 | sr_ME.txt sr_RS.txt zh_CN.txt zh_HK.txt zh_Hans.txt\ |
36 | zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt\ | |
37 | 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\ | |
69 | tr.txt ug.txt uk.txt ur.txt vi.txt\ | |
70 | wae.txt yi.txt yo.txt zh.txt zh_Hant.txt\ | |
71 | zu.txt | |
374ca955 | 72 |