| # * Copyright (C) 1998-2010, International Business Machines |
| # * Corporation and others. All Rights Reserved. |
| LANG_CLDR_VERSION = 1.8.1 |
| # 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 'reslocal.mk' file in this same directory. |
| # Then, you can have your local changes remain even if you upgrade or |
| # reconfigure ICU. |
| # |
| # Example 'reslocal.mk' files: |
| # |
| # * To add an additional locale to the list: |
| # _____________________________________________________ |
| # | LANG_SOURCE_LOCAL = myLocale.txt ... |
| # |
| # * To REPLACE the default list and only build with a few |
| # locales: |
| # _____________________________________________________ |
| # | LANG_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt |
| # |
| # |
| # Generated by LDML2ICUConverter, from LDML source files. |
| |
| # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) |
| LANG_SYNTHETIC_ALIAS = |
| |
| |
| # All aliases (to not be included under 'installed'), but not including root. |
| LANG_ALIAS_SOURCE = $(LANG_SYNTHETIC_ALIAS) |
| |
| |
| # Ordinary resources |
| LANG_SOURCE = de.txt\ |
| en.txt\ |
| es.txt\ |
| fr.txt\ |
| nl.txt |
| |