Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Side by Side Diff: source/data/curr/reslocal.mk

Issue 7488050: Add the currency display name for JavaScript I18N API (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/icu46/
Patch Set: '' Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « patches/locale3.patch ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # * Copyright (C) 1998-2010, International Business Machines 1 # * Copyright (C) 1998-2010, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 CURR_CLDR_VERSION = 1.9 3 CURR_CLDR_VERSION = 1.9
4 # A list of txt's to build 4 # A list of txt's to build
5 # The downstream packager may not need this file at all if their package is not 5 # The downstream packager may not need this file at all if their package is not
6 # constrained by 6 # constrained by
7 # the size (and/or their target OS already has ICU with the full locale data.) 7 # the size (and/or their target OS already has ICU with the full locale data.)
8 # 8 #
9 # At the moment, we don't use currency format in Chrome although there's a plan to use 9 # Listed below are locale data files necessary for 40 + 1 + 8 languages Chrome
10 # it for Javascript I18n APIs. When it becomes necessary, set the values below 10 # is localized to.
11 # as necessary (as done in {lang,locales,region,zone}/reslocal.mk,
12 # 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)
13 CURR_SYNTHETIC_ALIAS = 18 CURR_SYNTHETIC_ALIAS =
14 19
15 # All aliases (to not be included under 'installed'), but not including root. 20 # All aliases (to not be included under 'installed'), but not including root.
16 CURR_ALIAS_SOURCE = $(CURR_SYNTHETIC_ALIAS) 21 CURR_ALIAS_SOURCE = $(CURR_SYNTHETIC_ALIAS)\
22 zh_CN.txt zh_TW.txt zh_HK.txt zh_SG.txt\
23 no.txt in.txt iw.txt
17 24
18 # Ordinary resources 25 # Ordinary resources
19 CURR_SOURCE = 26 CURR_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 es_CO.txt es_EC.txt es_HN.txt es_UY.txt\
39 es_MX.txt es_CL.txt\
40 es_GT.txt es_PR.txt es_US.txt\
41 et.txt\
42 fa.txt\
43 fi.txt\
44 fil.txt\
45 fr.txt\
46 gu.txt\
47 he.txt\
48 hi.txt\
49 hr.txt\
50 hu.txt\
51 id.txt\
52 it.txt\
53 ja.txt\
54 kn.txt\
55 ko.txt\
56 lt.txt\
57 lv.txt\
58 ml.txt\
59 mr.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
OLDNEW
« no previous file with comments | « patches/locale3.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698