diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2011-01-30 12:39:46 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2011-01-30 12:39:46 -0800 |
commit | 3b6bf4484ec012c94bfee35f5bd5ffdd78d2c600 (patch) | |
tree | ecd54dc1c25347534e2128d7afaf0b7f084ab04c /target/product | |
parent | b54972c90d0f8de8d74f93782c523aa211b1c8d7 (diff) | |
parent | 9a3107e18b24a126f0f8dfa91a5b0697277451ab (diff) | |
download | build-3b6bf4484ec012c94bfee35f5bd5ffdd78d2c600.zip build-3b6bf4484ec012c94bfee35f5bd5ffdd78d2c600.tar.gz build-3b6bf4484ec012c94bfee35f5bd5ffdd78d2c600.tar.bz2 |
Mass merge from gingerbread - do not merge
Change-Id: Idbfeda9c0a9720d894352747c01754ed2c90c44d
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/languages_full.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/target/product/languages_full.mk b/target/product/languages_full.mk index 6c49c79..236dfa2 100644 --- a/target/product/languages_full.mk +++ b/target/product/languages_full.mk @@ -15,9 +15,13 @@ # # This is a build configuration that just contains a list of languages. -# It helps in situations where laugnages must come first in the list, +# It helps in situations where languages must come first in the list, # mostly because screen densities interfere with the list of locales and # the system misbehaves when a density is the first locale. -# Those are all the locales that have translations. -PRODUCT_LOCALES := en_US en_GB fr_FR it_IT es_ES es_US de_DE nl_NL cs_CZ pl_PL zh_TW zh_CN ru_RU ko_KR nb_NO pt_PT pt_BR da_DK el_GR sv_SE tr_TR ja_JP +# Those are all the locales that have translations and are displayable +# by TextView in this branch. +PRODUCT_LOCALES := en_US fr_FR it_IT es_ES de_DE nl_NL cs_CZ pl_PL ja_JP zh_TW zh_CN ru_RU ko_KR nb_NO es_US da_DK el_GR tr_TR pt_PT pt_BR rm_CH sv_SE bg_BG ca_ES en_GB fi_FI hr_HR hu_HU in_ID iw_IL lt_LT lv_LV ro_RO sk_SK sl_SI sr_RS uk_UA vi_VN tl_PH + +# Not currently usable: +# ar, fa, th |