forked from openkylin/platform_build
Flesh out the languages_full list with recently added locales.
Change-Id: I8c43feba15f03e0b204b2d3ef136ea6e6e2e4fe2
This commit is contained in:
parent
a712543ec3
commit
1c81f3b01e
|
@ -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 New Issue