| Index: source/data/rbnf/rbnffiles.mk
|
| diff --git a/source/data/rbnf/rbnffiles.mk b/source/data/rbnf/rbnffiles.mk
|
| index 4414aecc124b05fffa5e2bce6569cbb054b73bac..791daa4d34444d1ed4a525b4a07fa28a8017bc4d 100644
|
| --- a/source/data/rbnf/rbnffiles.mk
|
| +++ b/source/data/rbnf/rbnffiles.mk
|
| @@ -1,17 +1,17 @@
|
| -# * Copyright (C) 1998-2013, International Business Machines
|
| +# * Copyright (C) 1998-2014, International Business Machines
|
| # * Corporation and others. All Rights Reserved.
|
| -RBNF_CLDR_VERSION = 24
|
| +RBNF_CLDR_VERSION = %version%
|
| # A list of txt's to build
|
| # Note:
|
| #
|
| # If you are thinking of modifying this file, READ THIS.
|
| #
|
| # Instead of changing this file [unless you want to check it back in],
|
| -# you should consider creating a 'rbnflocal.mk' file in this same directory.
|
| +# you should consider creating a '%local%' file in this same directory.
|
| # Then, you can have your local changes remain even if you upgrade or
|
| # reconfigure ICU.
|
| #
|
| -# Example 'rbnflocal.mk' files:
|
| +# Example '%local%' files:
|
| #
|
| # * To add an additional locale to the list:
|
| # _____________________________________________________
|
| @@ -37,21 +37,16 @@ RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS)
|
| RBNF_SOURCE = af.txt am.txt ar.txt az.txt\
|
| be.txt bg.txt bs.txt ca.txt cs.txt\
|
| cy.txt da.txt de.txt ee.txt el.txt\
|
| - en.txt eo.txt es.txt es_419.txt es_AR.txt\
|
| - es_BO.txt es_CL.txt es_CO.txt es_CR.txt es_CU.txt\
|
| - es_DO.txt es_EC.txt es_GT.txt es_HN.txt es_MX.txt\
|
| - es_NI.txt es_PA.txt es_PE.txt es_PR.txt es_PY.txt\
|
| - es_SV.txt es_US.txt es_UY.txt es_VE.txt et.txt\
|
| - fa.txt fa_AF.txt fi.txt fil.txt fo.txt\
|
| - fr.txt fr_BE.txt fr_CH.txt ga.txt he.txt\
|
| - hi.txt hr.txt hu.txt hy.txt id.txt\
|
| - is.txt it.txt ja.txt ka.txt kl.txt\
|
| - km.txt ko.txt ky.txt lo.txt lt.txt\
|
| - lv.txt mk.txt ms.txt mt.txt nb.txt\
|
| - nl.txt nn.txt pl.txt pt.txt pt_AO.txt\
|
| - pt_GW.txt pt_MO.txt pt_MZ.txt pt_PT.txt pt_ST.txt\
|
| - pt_TL.txt ro.txt ru.txt sk.txt sl.txt\
|
| - sq.txt sr.txt sr_Latn.txt sv.txt ta.txt\
|
| - th.txt tr.txt uk.txt vi.txt zh.txt\
|
| - zh_Hant.txt zh_Hant_HK.txt
|
| + en.txt eo.txt es.txt et.txt fa.txt\
|
| + fa_AF.txt fi.txt fil.txt fo.txt fr.txt\
|
| + fr_BE.txt fr_CH.txt ga.txt he.txt hi.txt\
|
| + hr.txt hu.txt hy.txt id.txt is.txt\
|
| + it.txt ja.txt ka.txt kl.txt km.txt\
|
| + ko.txt ky.txt lo.txt lt.txt lv.txt\
|
| + mk.txt ms.txt mt.txt nb.txt nl.txt\
|
| + nn.txt pl.txt pt.txt pt_PT.txt ro.txt\
|
| + ru.txt se.txt sk.txt sl.txt sq.txt\
|
| + sr.txt sr_Latn.txt sv.txt ta.txt th.txt\
|
| + tr.txt uk.txt vi.txt zh.txt zh_Hant.txt\
|
| + zh_Hant_HK.txt
|
|
|
|
|