• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# © 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html#License
3COLLATION_CLDR_VERSION = %version%
4# A list of txt's to build
5#
6# Example 'collocal.mk' files:
7#
8#  * To add an additional locale to the list:
9#    _____________________________________________________
10#    |  COLLATION_SOURCE_LOCAL =   myLocale.txt ...
11#
12#  * To REPLACE the default list and only build with a few
13#     locale:
14#    _____________________________________________________
15#    |  COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
16#
17#
18# Generated by LDML2ICUConverter, from LDML source files.
19
20# Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
21COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
22 he_IL.txt id_ID.txt in.txt in_ID.txt iw.txt\
23 iw_IL.txt mo.txt nb_NO.txt no.txt no_NO.txt\
24 ro_MD.txt sh.txt\
25 sh_BA.txt sh_CS.txt sh_YU.txt sr_BA.txt sr_Cyrl.txt\
26 sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_RS.txt\
27 sr_ME.txt sr_RS.txt \
28 zh_CN.txt zh_HK.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
29 zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt zh_MO.txt zh_SG.txt\
30 zh_TW.txt
31
32
33# All aliases (to not be included under 'installed'), but not including root.
34COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS)
35
36
37# Empty locales, used for validSubLocale fallback.
38COLLATION_EMPTY_SOURCE =
39
40
41
42# Ordinary resources
43COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE)\
44 am.txt ar.txt\
45 bg.txt bn.txt ca.txt\
46 cs.txt\
47 da.txt de.txt de_AT.txt\
48 el.txt en.txt en_US.txt es.txt et.txt\
49 fa.txt fi.txt fil.txt\
50 fr.txt fr_CA.txt\
51 gu.txt\
52 he.txt hi.txt hr.txt hu.txt\
53 id.txt it.txt\
54 ja.txt\
55 kn.txt ko.txt\
56 lt.txt lv.txt\
57 ml.txt mr.txt ms.txt\
58 nb.txt nn.txt\
59 pl.txt pt.txt\
60 ro.txt ru.txt\
61 sk.txt sl.txt sr.txt sr_Latn.txt sv.txt sw.txt\
62 ta.txt te.txt th.txt tr.txt\
63 uk.txt\
64 vi.txt\
65 zh.txt zh_Hant.txt
66