| OLD | NEW |
| 1 # * Copyright (C) 1998-2013, 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 = 24 | 3 COLLATION_CLDR_VERSION = 24 |
| 4 # A list of txt's to build | 4 # A list of txt's to build |
| 5 # | 5 # |
| 6 # Example 'collocal.mk' files: | 6 # Example 'collocal.mk' files: |
| 7 # | 7 # |
| 8 # * To add an additional locale to the list: | 8 # * To add an additional locale to the list: |
| 9 # _____________________________________________________ | 9 # _____________________________________________________ |
| 10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... | 10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt\ | 44 es_HN.txt es_MX.txt es_NI.txt es_PA.txt es_PE.txt\ |
| 45 es_PR.txt es_PY.txt es_SV.txt es_US.txt es_UY.txt\ | 45 es_PR.txt es_PY.txt es_SV.txt es_US.txt es_UY.txt\ |
| 46 es_VE.txt fi_FI.txt\ | 46 es_VE.txt fi_FI.txt\ |
| 47 fr_BE.txt fr_CH.txt fr_FR.txt fr_LU.txt\ | 47 fr_BE.txt fr_CH.txt fr_FR.txt fr_LU.txt\ |
| 48 ga.txt ga_IE.txt he_IL.txt hi_IN.txt\ | 48 ga.txt ga_IE.txt he_IL.txt hi_IN.txt\ |
| 49 hr_HR.txt hu_HU.txt id.txt id_ID.txt\ | 49 hr_HR.txt hu_HU.txt id.txt id_ID.txt\ |
| 50 it_CH.txt it_IT.txt ja_JP.txt\ | 50 it_CH.txt it_IT.txt ja_JP.txt\ |
| 51 ko_KR.txt lt_LT.txt lv_LV.txt\ | 51 ko_KR.txt lt_LT.txt lv_LV.txt\ |
| 52 nb_NO.txt nl.txt nl_BE.txt nl_NL.txt nn_NO.txt\ | 52 nb_NO.txt nl.txt nl_BE.txt nl_NL.txt nn_NO.txt\ |
| 53 pl_PL.txt\ | 53 pl_PL.txt\ |
| 54 pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ru_RU.txt\ | 54 pt.txt pt_BR.txt pt_PT.txt ro_RO.txt ro_MD.txt ru_RU.txt\ |
| 55 ru_UA.txt sk_SK.txt sl_SI.txt sr_Cyrl.txt\ | 55 ru_UA.txt sk_SK.txt sl_SI.txt sr_Cyrl.txt\ |
| 56 sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_ME.txt\ | 56 sr_Cyrl_BA.txt sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_ME.txt\ |
| 57 sr_Latn_RS.txt sv_FI.txt sv_SE.txt\ | 57 sr_Latn_RS.txt sv_FI.txt sv_SE.txt\ |
| 58 th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_Hans.txt\ | 58 th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt zh_Hans.txt\ |
| 59 zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt | 59 zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt |
| 60 | 60 |
| 61 | 61 |
| 62 | 62 |
| 63 # Ordinary resources | 63 # Ordinary resources |
| 64 # am and sw are not listed here because we don't have the tailoring | 64 # am and sw are not listed here because we don't have the tailoring |
| 65 # for them. | 65 # for them. |
| 66 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\ | 66 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\ |
| 67 ca.txt cs.txt da.txt\ | 67 ca.txt cs.txt da.txt\ |
| 68 de.txt el.txt en.txt\ | 68 de.txt el.txt en.txt\ |
| 69 es.txt et.txt fi.txt fil.txt\ | 69 es.txt et.txt fi.txt fil.txt\ |
| 70 fr.txt fr_CA.txt he.txt\ | 70 fr.txt fr_CA.txt he.txt\ |
| 71 hi.txt hr.txt hu.txt it.txt\ | 71 hi.txt hr.txt hu.txt it.txt\ |
| 72 ja.txt\ | 72 ja.txt\ |
| 73 ko.txt lt.txt lv.txt\ | 73 ko.txt lt.txt lv.txt\ |
| 74 nb.txt nn.txt\ | 74 nb.txt nn.txt\ |
| 75 pl.txt\ | 75 pl.txt\ |
| 76 ro.txt ru.txt sk.txt sl.txt\ | 76 ro.txt ru.txt sk.txt sl.txt\ |
| 77 sr.txt sr_Latn.txt sv.txt\ | 77 sr.txt sr_Latn.txt sv.txt\ |
| 78 th.txt tr.txt uk.txt vi.txt zh.txt\ | 78 th.txt tr.txt uk.txt vi.txt zh.txt\ |
| 79 zh_Hant.txt\ | 79 zh_Hant.txt\ |
| 80 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\ |
| 81 fa.txt | 81 fa.txt |
| OLD | NEW |