]>
Commit | Line | Data |
---|---|---|
b331163b | 1 | # * Copyright (C) 1998-2015, 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\ | |
35 | sr_ME.txt sr_RS.txt ug_Arab.txt ug_Arab_CN.txt ug_CN.txt\ | |
36 | zh_CN.txt zh_HK.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\ | |
37 | zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt zh_MO.txt zh_SG.txt\ | |
38 | zh_TW.txt | |
374ca955 A |
39 | |
40 | ||
41 | # All aliases (to not be included under 'installed'), but not including root. | |
42 | COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS) | |
43 | ||
44 | ||
45 | # Empty locales, used for validSubLocale fallback. | |
57a6839d | 46 | COLLATION_EMPTY_SOURCE = |
374ca955 A |
47 | |
48 | ||
49 | # Ordinary resources | |
57a6839d A |
50 | COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) af.txt ar.txt as.txt\ |
51 | az.txt be.txt bg.txt bn.txt bs.txt\ | |
52 | bs_Cyrl.txt ca.txt chr.txt cs.txt cy.txt\ | |
b331163b A |
53 | da.txt de.txt de_AT.txt dsb.txt dz.txt\ |
54 | ee.txt el.txt en.txt en_US.txt en_US_POSIX.txt\ | |
55 | eo.txt es.txt et.txt fa.txt fa_AF.txt\ | |
56 | fi.txt fil.txt fo.txt fr.txt fr_CA.txt\ | |
57 | ga.txt gl.txt gu.txt ha.txt haw.txt\ | |
58 | he.txt hi.txt hr.txt hsb.txt hu.txt\ | |
59 | hy.txt id.txt ig.txt is.txt it.txt\ | |
60 | ja.txt ka.txt kk.txt kl.txt km.txt\ | |
61 | kn.txt ko.txt kok.txt ky.txt lb.txt\ | |
62 | lkt.txt ln.txt lt.txt lv.txt mk.txt\ | |
63 | ml.txt mr.txt ms.txt mt.txt my.txt\ | |
64 | nb.txt nl.txt nn.txt om.txt or.txt\ | |
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 |