diff --git a/target/product/locales_full.mk b/target/product/locales_full.mk index cf1039222..cab2b91e7 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)