Append the list of languages to the list of locales

That way, if we forget to update the list of locales, we still
have a first-order approximation

Change-Id: I0b1e6be73317743bf4295f29d6936992c59dc944
This commit is contained in:
Jean-Baptiste Queru 2011-06-18 09:53:14 -07:00
parent cf5da40e52
commit 1d85eadb72
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
# The locales from the ICU "-large.dat" data set.
# See external/icu4c/stubdata.
# This is distinct from "languages_full.mk", which contains those locales for
# which we have translations. If you like, this file is i18n rather than l18n.
PRODUCT_LOCALES := cs_CZ da_DK de_AT de_CH de_DE de_LI el_GR en_AU en_CA en_GB en_NZ en_SG en_US es_ES fr_CA fr_CH fr_BE fr_FR it_CH it_IT ja_JP ko_KR nb_NO nl_BE nl_NL pl_PL pt_PT ru_RU sv_SE tr_TR zh_CN zh_HK zh_TW
$(call inherit-product, build/target/product/languages_full.mk)