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         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         en_XC \
     42         es_ES \
     43         es_US \
     44         et_EE \
     45         eu_ES \
     46         fa_IR \
     47         fi_FI \
     48         fr_CA \
     49         fr_FR \
     50         gl_ES \
     51         gu_IN \
     52         hi_IN \
     53         hr_HR \
     54         hu_HU \
     55         hy_AM \
     56         in_ID \
     57         is_IS \
     58         it_IT \
     59         iw_IL \
     60         ja_JP \
     61         ka_GE \
     62         kk_KZ \
     63         km_KH \
     64         kn_IN \
     65         ko_KR \
     66         ky_KG \
     67         lo_LA \
     68         lt_LT \
     69         lv_LV \
     70         mk_MK \
     71         ml_IN \
     72         mn_MN \
     73         mr_IN \
     74         ms_MY \
     75         my_MM \
     76         nb_NO \
     77         ne_NP \
     78         nl_NL \
     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