]>
Commit | Line | Data |
---|---|---|
73c04bcf | 1 | # * Copyright (C) 1998-2006, International Business Machines |
374ca955 A |
2 | # * Corporation and others. All Rights Reserved. |
3 | # A list of txt's to build | |
4 | # Note: | |
5 | # | |
6 | # If you are thinking of modifying this file, READ THIS. | |
7 | # | |
8 | # Instead of changing this file [unless you want to check it back in], | |
9 | # you should consider creating a 'collocal.mk' file in this same directory. | |
10 | # Then, you can have your local changes remain even if you upgrade or | |
11 | # reconfigure ICU. | |
12 | # | |
13 | # Example 'collocal.mk' files: | |
14 | # | |
15 | # * To add an additional locale to the list: | |
16 | # _____________________________________________________ | |
17 | # | COLLATION_SOURCE_LOCAL = myLocale.txt ... | |
18 | # | |
19 | # * To REPLACE the default list and only build with a few | |
20 | # locale: | |
21 | # _____________________________________________________ | |
22 | # | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | |
23 | # | |
24 | # | |
25 | # Generated by LDML2ICUConverter, from LDML source files. | |
26 | ||
73c04bcf A |
27 | # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml) |
28 | COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\ | |
29 | hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\ | |
30 | iw_IL.txt zh_.txt zh_TW_STROKE.txt zh__PINYIN.txt | |
374ca955 A |
31 | |
32 | ||
33 | # All aliases (to not be included under 'installed'), but not including root. | |
34 | COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS) | |
35 | ||
36 | ||
37 | # Empty locales, used for validSubLocale fallback. | |
38 | COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\ | |
73c04bcf A |
39 | ar_IQ.txt ar_JO.txt ar_KW.txt ar_LB.txt ar_LY.txt\ |
40 | ar_MA.txt ar_OM.txt ar_QA.txt ar_SA.txt ar_SD.txt\ | |
41 | ar_SY.txt ar_TN.txt ar_YE.txt as_IN.txt be_BY.txt\ | |
374ca955 A |
42 | bg_BG.txt ca_ES.txt cs_CZ.txt da_DK.txt de_AT.txt\ |
43 | de_BE.txt de_CH.txt de_DE.txt de_LU.txt el_GR.txt\ | |
44 | en_AU.txt en_BW.txt en_CA.txt en_GB.txt en_HK.txt\ | |
45 | en_IE.txt en_IN.txt en_MT.txt en_NZ.txt en_PH.txt\ | |
46 | en_SG.txt en_US.txt en_US_POSIX.txt en_VI.txt en_ZA.txt\ | |
47 | en_ZW.txt es_AR.txt es_BO.txt es_CL.txt es_CO.txt\ | |
48 | es_CR.txt es_DO.txt es_EC.txt es_ES.txt es_GT.txt\ | |
49 | es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt\ | |
50 | es_PR.txt es_PY.txt es_SV.txt es_US.txt es_UY.txt\ | |
51 | es_VE.txt et_EE.txt fa_IR.txt fi_FI.txt fo_FO.txt\ | |
52 | fr_BE.txt fr_CA.txt fr_CH.txt fr_FR.txt fr_LU.txt\ | |
53 | ga.txt ga_IE.txt gu_IN.txt he_IL.txt hi_IN.txt\ | |
54 | hr_HR.txt hu_HU.txt id.txt id_ID.txt is_IS.txt\ | |
55 | it_CH.txt it_IT.txt ja_JP.txt kk_KZ.txt kl_GL.txt\ | |
56 | kn_IN.txt ko_KR.txt lt_LT.txt lv_LV.txt mk_MK.txt\ | |
57 | mr_IN.txt ms.txt ms_BN.txt ms_MY.txt mt_MT.txt\ | |
58 | nb_NO.txt nl.txt nl_BE.txt nl_NL.txt nn_NO.txt\ | |
59 | om_ET.txt om_KE.txt pa_IN.txt pl_PL.txt ps_AF.txt\ | |
60 | pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ru_RU.txt\ | |
73c04bcf A |
61 | ru_UA.txt sh_BA.txt sh_YU.txt sk_SK.txt sl_SI.txt\ |
62 | sq_AL.txt sr_BA.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_YU.txt\ | |
374ca955 A |
63 | sr_YU.txt sv_FI.txt sv_SE.txt ta_IN.txt te_IN.txt\ |
64 | th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_CN.txt\ | |
65 | zh_SG.txt | |
66 | ||
67 | ||
68 | # Ordinary resources | |
73c04bcf A |
69 | COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt as.txt be.txt bg.txt\ |
70 | bn.txt ca.txt cs.txt da.txt de.txt\ | |
71 | el.txt en.txt en_BE.txt eo.txt es.txt\ | |
72 | et.txt fa.txt fa_AF.txt fi.txt fo.txt\ | |
73 | fr.txt gu.txt haw.txt he.txt hi.txt\ | |
74 | hr.txt hu.txt is.txt it.txt ja.txt\ | |
75 | kk.txt kl.txt kn.txt ko.txt kok.txt\ | |
76 | lt.txt lv.txt mk.txt ml.txt mr.txt\ | |
77 | mt.txt nb.txt nn.txt om.txt or.txt\ | |
78 | pa.txt pl.txt ps.txt ro.txt ru.txt\ | |
79 | sh.txt sk.txt sl.txt sq.txt sr.txt\ | |
80 | sv.txt ta.txt te.txt th.txt tr.txt\ | |
81 | uk.txt vi.txt zh.txt zh_HK.txt zh_Hant.txt\ | |
82 | zh_MO.txt zh_TW.txt | |
374ca955 | 83 |