From 1d85eadb72dbb5de121b35ae6f3fab3558f966ec Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Sat, 18 Jun 2011 09:53:14 -0700 Subject: [PATCH] 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 --- target/product/locales_full.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/target/product/locales_full.mk b/target/product/locales_full.mk index cf10392224..cab2b91e7b 100644 --- a/target/product/locales_full.mk +++ b/target/product/locales_full.mk @@ -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)