OLD | NEW |
(Empty) | |
| 1 # * Copyright (C) 1998-2010, International Business Machines |
| 2 # * Corporation and others. All Rights Reserved. |
| 3 RBNF_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 'rbnflocal.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 'rbnflocal.mk' files: |
| 15 # |
| 16 # * To add an additional locale to the list: |
| 17 # _____________________________________________________ |
| 18 # | RBNF_SOURCE_LOCAL = myLocale.txt ... |
| 19 # |
| 20 # * To REPLACE the default list and only build with a few |
| 21 # locales: |
| 22 # _____________________________________________________ |
| 23 # | RBNF_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 RBNF_SYNTHETIC_ALIAS = |
| 30 |
| 31 |
| 32 # All aliases (to not be included under 'installed'), but not including root. |
| 33 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS) |
| 34 |
| 35 |
| 36 # Ordinary resources |
| 37 RBNF_SOURCE = af.txt am.txt ar.txt az.txt\ |
| 38 be.txt bg.txt bs.txt ca.txt cs.txt\ |
| 39 cy.txt da.txt de.txt el.txt en.txt\ |
| 40 eo.txt es.txt et.txt fa.txt fa_AF.txt\ |
| 41 fi.txt fil.txt fo.txt fr.txt fr_BE.txt\ |
| 42 fr_CH.txt ga.txt he.txt hi.txt hr.txt\ |
| 43 hu.txt hy.txt id.txt is.txt it.txt\ |
| 44 ja.txt ka.txt kl.txt ko.txt lt.txt\ |
| 45 lv.txt mk.txt ms.txt mt.txt nb.txt\ |
| 46 nl.txt nn.txt pl.txt pt.txt pt_PT.txt\ |
| 47 ro.txt ru.txt sk.txt sl.txt sq.txt\ |
| 48 sr.txt sr_Latn.txt sv.txt ta.txt th.txt\ |
| 49 tr.txt uk.txt vi.txt zh.txt zh_Hant.txt |
| 50 |
OLD | NEW |