Merge "Append the list of languages to the list of locales"

This commit is contained in:
Jean-Baptiste Queru 2011-07-13 07:55:01 -07:00 committed by Android (Google) Code Review
commit 66fb48e840
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)