Home | History | Annotate | Download | only in product
      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.
     18 #
     19 # These are all the locales that have translations.
     20 PRODUCT_LOCALES := \
     21         en_US \
     22         af_ZA \
     23         am_ET \
     24         ar_EG \
     25         ar_XB \
     26         as_IN \
     27         az_AZ \
     28         be_BY \
     29         bg_BG \
     30         bn_BD \
     31         bs_BA \
     32         ca_ES \
     33         cs_CZ \
     34         da_DK \
     35         de_DE \
     36         el_GR \
     37         en_AU \
     38         en_CA \
     39         en_GB \
     40         en_IN \
     41         en_XA \
     42         en_XC \
     43         es_ES \
     44         es_US \
     45         et_EE \
     46         eu_ES \
     47         fa_IR \
     48         fi_FI \
     49         fr_CA \
     50         fr_FR \
     51         gl_ES \
     52         gu_IN \
     53         hi_IN \
     54         hr_HR \
     55         hu_HU \
     56         hy_AM \
     57         in_ID \
     58         is_IS \
     59         it_IT \
     60         iw_IL \
     61         ja_JP \
     62         ka_GE \
     63         kk_KZ \
     64         km_KH \
     65         kn_IN \
     66         ko_KR \
     67         ky_KG \
     68         lo_LA \
     69         lt_LT \
     70         lv_LV \
     71         mk_MK \
     72         ml_IN \
     73         mn_MN \
     74         mr_IN \
     75         ms_MY \
     76         my_MM \
     77         nb_NO \
     78         ne_NP \
     79         nl_NL \
     80         or_IN \
     81         pa_IN \
     82         pl_PL \
     83         pt_BR \
     84         pt_PT \
     85         ro_RO \
     86         ru_RU \
     87         si_LK \
     88         sk_SK \
     89         sl_SI \
     90         sq_AL \
     91         sr_Latn_RS \
     92         sr_RS \
     93         sv_SE \
     94         sw_TZ \
     95         ta_IN \
     96         te_IN \
     97         th_TH \
     98         tl_PH \
     99         tr_TR \
    100         uk_UA \
    101         ur_PK \
    102         uz_UZ \
    103         vi_VN \
    104         zh_CN \
    105         zh_HK \
    106         zh_TW \
    107         zu_ZA
    108