Home | History | Annotate | Download | only in lang
      1 # *   Copyright (C) 1998-2010, International Business Machines
      2 # *   Corporation and others.  All Rights Reserved.
      3 LANG_CLDR_VERSION = 1.9
      4 # A list of txt's to build
      5 # The downstream packager may not need this file at all if their package is not
      6 # constrained by
      7 # the size (and/or their target OS already has ICU with the full locale data.)
      8 #
      9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
     10 # is localized to.
     11 #
     12 # In addition to them, 40+ "abridged" locale data files are listed. Chrome is
     13 # localized to them, but
     14 # uses a few categories of data in those locales for IDN handling and language
     15 # name listing (in the UI).
     16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
     17 # build.xml)
     18 LANG_SYNTHETIC_ALIAS =
     19 
     20 # All aliases (to not be included under 'installed'), but not including root.
     21 LANG_ALIAS_SOURCE = $(LANG_SYNTHETIC_ALIAS)\
     22  zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
     23  no.txt in.txt iw.txt
     24 
     25 # Ordinary resources
     26 LANG_SOURCE =\
     27  am.txt\
     28  ar.txt\
     29  bg.txt\
     30  bn.txt\
     31  ca.txt\
     32  cs.txt\
     33  da.txt\
     34  de.txt\
     35  el.txt\
     36  en.txt\
     37  es.txt\
     38  es_AR.txt\
     39  es_CL.txt\
     40  et.txt\
     41  fa.txt\
     42  fi.txt\
     43  fil.txt\
     44  fr.txt\
     45  gu.txt\
     46  he.txt\
     47  hi.txt\
     48  hr.txt\
     49  hu.txt\
     50  id.txt\
     51  it.txt\
     52  ja.txt\
     53  kn.txt\
     54  ko.txt\
     55  lt.txt\
     56  lv.txt\
     57  ml.txt\
     58  mr.txt\
     59  nb.txt\
     60  nl.txt\
     61  pl.txt\
     62  pt.txt pt_PT.txt\
     63  ro.txt\
     64  ru.txt\
     65  sk.txt\
     66  sl.txt\
     67  sr.txt\
     68  sv.txt\
     69  sw.txt\
     70  ta.txt\
     71  te.txt\
     72  th.txt\
     73  tr.txt\
     74  uk.txt\
     75  vi.txt\
     76  zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
     77  zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\
     78  af.txt\
     79  ak.txt\
     80  az.txt\
     81  bem.txt\
     82  be.txt\
     83  bs.txt\
     84  cy.txt\
     85  eo.txt\
     86  eu.txt\
     87  fo.txt\
     88  ga.txt\
     89  gl.txt\
     90  ha.txt\
     91  haw.txt\
     92  hy.txt\
     93  ig.txt\
     94  is.txt\
     95  ka.txt\
     96  kk.txt\
     97  km.txt\
     98  lg.txt\
     99  mfe.txt\
    100  mg.txt\
    101  mk.txt\
    102  mo.txt\
    103  ms.txt\
    104  mt.txt\
    105  ne.txt\
    106  nn.txt\
    107  nyn.txt\
    108  om.txt\
    109  or.txt\
    110  pa.txt\
    111  ps.txt\
    112  rm.txt\
    113  rw.txt\
    114  si.txt\
    115  sn.txt\
    116  so.txt\
    117  sq.txt\
    118  tg.txt\
    119  ti.txt\
    120  tl.txt\
    121  to.txt\
    122  ur.txt\
    123  uz.txt\
    124  yo.txt\
    125  zu.txt
    126