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 tl.txt sh.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  ms.txt\
     60  nb.txt\
     61  nl.txt\
     62  pl.txt\
     63  pt.txt pt_PT.txt\
     64  ro.txt\
     65  ru.txt\
     66  sk.txt\
     67  sl.txt\
     68  sr.txt\
     69  sv.txt\
     70  sw.txt\
     71  ta.txt\
     72  te.txt\
     73  th.txt\
     74  tr.txt\
     75  uk.txt\
     76  vi.txt\
     77  zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
     78  zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt\
     79  af.txt\
     80  ak.txt\
     81  az.txt\
     82  be.txt\
     83  bem.txt\
     84  br.txt\
     85  bs.txt\
     86  cy.txt\
     87  ee.txt\
     88  eo.txt\
     89  eu.txt\
     90  fo.txt\
     91  ga.txt\
     92  gl.txt\
     93  ha.txt\
     94  haw.txt\
     95  hy.txt\
     96  ig.txt\
     97  is.txt\
     98  ka.txt\
     99  kk.txt\
    100  km.txt\
    101  ky.txt\
    102  lg.txt\
    103  ln.txt\
    104  lo.txt\
    105  mfe.txt\
    106  mg.txt\
    107  mk.txt\
    108  mn.txt\
    109  mo.txt\
    110  mt.txt\
    111  my.txt\
    112  ne.txt\
    113  nn.txt\
    114  nyn.txt\
    115  om.txt\
    116  or.txt\
    117  pa.txt\
    118  ps.txt\
    119  rm.txt\
    120  rn.txt\
    121  rw.txt\
    122  si.txt\
    123  sn.txt\
    124  so.txt\
    125  sq.txt\
    126  sr_Latn.txt\
    127  tg.txt\
    128  ti.txt\
    129  to.txt\
    130  ur.txt\
    131  uz.txt\
    132  yo.txt\
    133  zu.txt
    134