| OLD | NEW |
| 1 # * Copyright (C) 1998-2010, International Business Machines | 1 # * Copyright (C) 1998-2013, International Business Machines |
| 2 # * Corporation and others. All Rights Reserved. | 2 # * Corporation and others. All Rights Reserved. |
| 3 COLLATION_CLDR_VERSION = 1.9 | 3 COLLATION_CLDR_VERSION = 24 |
| 4 # A list of txt's to build | 4 # A list of txt's to build |
| 5 # Note: | |
| 6 # | |
| 7 # If you are thinking of modifying this file, READ THIS. | |
| 8 # | |
| 9 # Instead of changing this file [unless you want to check it back in], | |
| 10 # you should consider creating a 'collocal.mk' file in this same directory. | |
| 11 # Then, you can have your local changes remain even if you upgrade or | |
| 12 # reconfigure ICU. | |
| 13 # | 5 # |
| 14 # Example 'collocal.mk' files: | 6 # Example 'collocal.mk' files: |
| 15 # | 7 # |
| 16 # * To add an additional locale to the list: | 8 # * To add an additional locale to the list: |
| 17 # _____________________________________________________ | 9 # _____________________________________________________ |
| 18 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... | 10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... |
| 19 # | 11 # |
| 20 # * To REPLACE the default list and only build with a few | 12 # * To REPLACE the default list and only build with a few |
| 21 # locale: | 13 # locale: |
| 22 # _____________________________________________________ | 14 # _____________________________________________________ |
| 23 # | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt | 15 # | COLLATION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt |
| 24 # | 16 # |
| 25 # | 17 # |
| 26 # Generated by LDML2ICUConverter, from LDML source files. | 18 # Generated by LDML2ICUConverter, from LDML source files. |
| 27 | 19 |
| 28 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & bu
ild.xml) | 20 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml & bu
ild.xml) |
| 29 COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.tx
t\ | 21 COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.tx
t\ |
| 30 hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\ | 22 in.txt in_ID.txt iw.txt iw_IL.txt mo.txt\ |
| 31 iw_IL.txt no.txt no_NO.txt\ | 23 no.txt no_NO.txt\ |
| 32 sr_BA.txt sr_ME.txt sr_RS.txt zh_.txt\ | 24 sr_BA.txt sr_ME.txt sr_RS.txt \ |
| 33 zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt\ | 25 zh.txt zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt |
| 34 zh_TW_STROKE.txt zh__PINYIN.txt | |
| 35 | 26 |
| 36 | 27 |
| 37 # All aliases (to not be included under 'installed'), but not including root. | 28 # All aliases (to not be included under 'installed'), but not including root. |
| 38 COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS) | 29 COLLATION_ALIAS_SOURCE = $(COLLATION_SYNTHETIC_ALIAS) |
| 39 | 30 |
| 40 | 31 |
| 41 # Empty locales, used for validSubLocale fallback. | 32 # Empty locales, used for validSubLocale fallback. |
| 42 COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\ | 33 COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\ |
| 43 ar_IQ.txt ar_JO.txt ar_KW.txt ar_LB.txt ar_LY.txt\ | 34 ar_IQ.txt ar_JO.txt ar_KW.txt ar_LB.txt ar_LY.txt\ |
| 44 ar_MA.txt ar_OM.txt ar_QA.txt ar_SA.txt ar_SD.txt\ | 35 ar_MA.txt ar_OM.txt ar_QA.txt ar_SA.txt ar_SD.txt\ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 ja.txt\ | 72 ja.txt\ |
| 82 ko.txt lt.txt lv.txt\ | 73 ko.txt lt.txt lv.txt\ |
| 83 nb.txt nn.txt\ | 74 nb.txt nn.txt\ |
| 84 pl.txt\ | 75 pl.txt\ |
| 85 ro.txt ru.txt sk.txt sl.txt\ | 76 ro.txt ru.txt sk.txt sl.txt\ |
| 86 sr.txt sr_Latn.txt sv.txt\ | 77 sr.txt sr_Latn.txt sv.txt\ |
| 87 th.txt tr.txt uk.txt vi.txt zh.txt\ | 78 th.txt tr.txt uk.txt vi.txt zh.txt\ |
| 88 zh_Hant.txt\ | 79 zh_Hant.txt\ |
| 89 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\ | 80 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\ |
| 90 fa.txt | 81 fa.txt |
| OLD | NEW |