am 54a6b731
: Merge "Flesh out the languages_full list with recently added locales." into gingerbread
* commit '54a6b731da4029237410f04c1b6cb9b64bf2783f': Flesh out the languages_full list with recently added locales.
This commit is contained in:
commit
2cbc3bb1fb
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue