1# 2# Copyright (C) 2009 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17# This is a build configuration that just contains a list of languages, with 18# en_US set as the default language. 19PRODUCT_LOCALES := \ 20 en_US \ 21 af_ZA \ 22 am_ET \ 23 ar_EG \ 24 ar_XB \ 25 as_IN \ 26 az_AZ \ 27 be_BY \ 28 bg_BG \ 29 bn_BD \ 30 bs_BA \ 31 ca_ES \ 32 cs_CZ \ 33 da_DK \ 34 de_DE \ 35 el_GR \ 36 en_AU \ 37 en_CA \ 38 en_GB \ 39 en_IN \ 40 en_XA \ 41 es_ES \ 42 es_US \ 43 et_EE \ 44 eu_ES \ 45 fa_IR \ 46 fi_FI \ 47 fr_CA \ 48 fr_FR \ 49 gl_ES \ 50 gu_IN \ 51 hi_IN \ 52 hr_HR \ 53 hu_HU \ 54 hy_AM \ 55 in_ID \ 56 is_IS \ 57 it_IT \ 58 iw_IL \ 59 ja_JP \ 60 ka_GE \ 61 kk_KZ \ 62 km_KH \ 63 kn_IN \ 64 ko_KR \ 65 ky_KG \ 66 lo_LA \ 67 lt_LT \ 68 lv_LV \ 69 mk_MK \ 70 ml_IN \ 71 mn_MN \ 72 mr_IN \ 73 ms_MY \ 74 my_MM \ 75 nb_NO \ 76 ne_NP \ 77 nl_NL \ 78 or_IN \ 79 pa_IN \ 80 pl_PL \ 81 pt_BR \ 82 pt_PT \ 83 ro_RO \ 84 ru_RU \ 85 si_LK \ 86 sk_SK \ 87 sl_SI \ 88 sq_AL \ 89 sr_Latn_RS \ 90 sr_RS \ 91 sv_SE \ 92 sw_TZ \ 93 ta_IN \ 94 te_IN \ 95 th_TH \ 96 tl_PH \ 97 tr_TR \ 98 uk_UA \ 99 ur_PK \ 100 uz_UZ \ 101 vi_VN \ 102 zh_CN \ 103 zh_HK \ 104 zh_TW \ 105 zu_ZA \ 106