OLD | NEW |
(Empty) | |
| 1 # * Copyright (C) 1998-2010, International Business Machines |
| 2 # * Corporation and others. All Rights Reserved. |
| 3 REGION_CLDR_VERSION = 1.9 |
| 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 'reslocal.mk' file in this same directory. |
| 11 # Then, you can have your local changes remain even if you upgrade or |
| 12 # reconfigure ICU. |
| 13 # |
| 14 # Example 'reslocal.mk' files: |
| 15 # |
| 16 # * To add an additional locale to the list: |
| 17 # _____________________________________________________ |
| 18 # | REGION_SOURCE_LOCAL = myLocale.txt ... |
| 19 # |
| 20 # * To REPLACE the default list and only build with a few |
| 21 # locales: |
| 22 # _____________________________________________________ |
| 23 # | REGION_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt |
| 24 # |
| 25 # |
| 26 # Generated by LDML2ICUConverter, from LDML source files. |
| 27 |
| 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) |
| 29 REGION_SYNTHETIC_ALIAS = en_RH.txt en_ZW.txt he_IL.txt id_ID.txt\ |
| 30 in_ID.txt iw_IL.txt ja_JP.txt ja_JP_TRADITIONAL.txt nb_NO.txt\ |
| 31 nn_NO.txt no_NO.txt no_NO_NY.txt th_TH.txt th_TH_TRADITIONAL.txt |
| 32 |
| 33 |
| 34 # All aliases (to not be included under 'installed'), but not including root. |
| 35 REGION_ALIAS_SOURCE = $(REGION_SYNTHETIC_ALIAS) az_AZ.txt ha_GH.txt ha_NE.txt ha
_NG.txt\ |
| 36 in.txt iw.txt kk_KZ.txt mo.txt no.txt\ |
| 37 pa_IN.txt pa_PK.txt sh.txt sh_BA.txt sh_CS.txt\ |
| 38 sh_YU.txt shi_MA.txt sr_BA.txt sr_CS.txt sr_Cyrl_CS.txt\ |
| 39 sr_Cyrl_YU.txt sr_Latn_CS.txt sr_Latn_YU.txt sr_ME.txt sr_RS.txt\ |
| 40 sr_YU.txt tl.txt tl_PH.txt tzm_MA.txt uz_AF.txt\ |
| 41 uz_UZ.txt zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt\ |
| 42 zh_TW.txt |
| 43 |
| 44 |
| 45 # Ordinary resources |
| 46 REGION_SOURCE = af.txt ak.txt am.txt ar.txt\ |
| 47 as.txt asa.txt az.txt az_Cyrl.txt az_Latn.txt\ |
| 48 az_Latn_AZ.txt be.txt bem.txt bez.txt bg.txt\ |
| 49 bm.txt bn.txt bo.txt bs.txt ca.txt\ |
| 50 cgg.txt chr.txt cs.txt cy.txt da.txt\ |
| 51 dav.txt de.txt de_CH.txt ebu.txt ee.txt\ |
| 52 el.txt en.txt eo.txt es.txt es_CL.txt\ |
| 53 et.txt eu.txt fa.txt fa_AF.txt ff.txt\ |
| 54 fi.txt fil.txt fil_PH.txt fo.txt fr.txt\ |
| 55 ga.txt gl.txt gsw.txt gu.txt guz.txt\ |
| 56 gv.txt ha.txt ha_Latn.txt ha_Latn_GH.txt ha_Latn_NE.txt\ |
| 57 ha_Latn_NG.txt haw.txt he.txt hi.txt hr.txt\ |
| 58 hu.txt hy.txt id.txt ig.txt ii.txt\ |
| 59 is.txt it.txt ja.txt jmc.txt ka.txt\ |
| 60 kab.txt kam.txt kde.txt kea.txt khq.txt\ |
| 61 ki.txt kk.txt kk_Cyrl.txt kk_Cyrl_KZ.txt kl.txt\ |
| 62 kln.txt km.txt kn.txt ko.txt kok.txt\ |
| 63 kw.txt lag.txt lg.txt lt.txt luo.txt\ |
| 64 luy.txt lv.txt mas.txt mer.txt mfe.txt\ |
| 65 mg.txt mk.txt ml.txt mr.txt ms.txt\ |
| 66 mt.txt my.txt naq.txt nb.txt nd.txt\ |
| 67 ne.txt nl.txt nl_BE.txt nn.txt nyn.txt\ |
| 68 om.txt or.txt pa.txt pa_Arab.txt pa_Arab_PK.txt\ |
| 69 pa_Guru.txt pa_Guru_IN.txt pl.txt ps.txt pt.txt\ |
| 70 pt_PT.txt rm.txt ro.txt ro_MD.txt rof.txt\ |
| 71 ru.txt rw.txt rwk.txt saq.txt seh.txt\ |
| 72 ses.txt sg.txt shi.txt shi_Latn.txt shi_Latn_MA.txt\ |
| 73 shi_Tfng.txt si.txt sk.txt sl.txt sn.txt\ |
| 74 so.txt sq.txt sr.txt sr_Cyrl.txt sr_Cyrl_BA.txt\ |
| 75 sr_Cyrl_RS.txt sr_Latn.txt sr_Latn_BA.txt sr_Latn_ME.txt sr_Latn_RS.txt\ |
| 76 sv.txt sv_FI.txt sw.txt ta.txt te.txt\ |
| 77 teo.txt th.txt ti.txt to.txt tr.txt\ |
| 78 tzm.txt tzm_Latn.txt tzm_Latn_MA.txt uk.txt ur.txt\ |
| 79 uz.txt uz_Arab.txt uz_Arab_AF.txt uz_Cyrl.txt uz_Cyrl_UZ.txt\ |
| 80 uz_Latn.txt vi.txt vun.txt xog.txt yo.txt\ |
| 81 zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant.txt\ |
| 82 zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt zu.txt |
| 83 |
OLD | NEW |