Home | History | Annotate | Download | only in zone
      1 # *   Copyright (C) 1998-2010, International Business Machines
      2 # *   Corporation and others.  All Rights Reserved.
      3 ZONE_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 ZONE_SYNTHETIC_ALIAS =
     19 
     20 # All aliases (to not be included under 'installed'), but not including root.
     21 ZONE_ALIAS_SOURCE = $(ZONE_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 ZONE_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 en_GB.txt\
     37  es.txt\
     38  et.txt\
     39  fa.txt\
     40  fi.txt\
     41  fil.txt\
     42  fr.txt\
     43  gu.txt\
     44  he.txt\
     45  hi.txt\
     46  hr.txt\
     47  hu.txt\
     48  id.txt\
     49  it.txt\
     50  ja.txt\
     51  kn.txt\
     52  ko.txt\
     53  lt.txt\
     54  lv.txt\
     55  ml.txt\
     56  mr.txt\
     57  ms.txt\
     58  nb.txt\
     59  nl.txt\
     60  pl.txt\
     61  pt.txt pt_PT.txt\
     62  ro.txt\
     63  ru.txt\
     64  sk.txt\
     65  sl.txt\
     66  sr.txt\
     67  sv.txt\
     68  sw.txt\
     69  ta.txt\
     70  te.txt\
     71  th.txt\
     72  tr.txt\
     73  uk.txt\
     74  vi.txt\
     75  zh.txt zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt\
     76  zh_Hant.txt zh_Hant_TW.txt zh_Hant_HK.txt
     77