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

Side by Side Diff: source/data/rbnf/rbnffiles.mk

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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
« no previous file with comments | « source/data/rbnf/pt_TL.txt ('k') | source/data/rbnf/rbnflocal.mk » ('j') | 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-2013, International Business Machines 1 # * Copyright (C) 1998-2014, International Business Machines
2 # * Corporation and others. All Rights Reserved. 2 # * Corporation and others. All Rights Reserved.
3 RBNF_CLDR_VERSION = 24 3 RBNF_CLDR_VERSION = %version%
4 # A list of txt's to build 4 # A list of txt's to build
5 # Note: 5 # Note:
6 # 6 #
7 # If you are thinking of modifying this file, READ THIS. 7 # If you are thinking of modifying this file, READ THIS.
8 # 8 #
9 # Instead of changing this file [unless you want to check it back in], 9 # Instead of changing this file [unless you want to check it back in],
10 # you should consider creating a 'rbnflocal.mk' file in this same directory. 10 # you should consider creating a '%local%' file in this same directory.
11 # Then, you can have your local changes remain even if you upgrade or 11 # Then, you can have your local changes remain even if you upgrade or
12 # reconfigure ICU. 12 # reconfigure ICU.
13 # 13 #
14 # Example 'rbnflocal.mk' files: 14 # Example '%local%' files:
15 # 15 #
16 # * To add an additional locale to the list: 16 # * To add an additional locale to the list:
17 # _____________________________________________________ 17 # _____________________________________________________
18 # | RBNF_SOURCE_LOCAL = myLocale.txt ... 18 # | RBNF_SOURCE_LOCAL = myLocale.txt ...
19 # 19 #
20 # * To REPLACE the default list and only build with a few 20 # * To REPLACE the default list and only build with a few
21 # locales: 21 # locales:
22 # _____________________________________________________ 22 # _____________________________________________________
23 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt 23 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
24 # 24 #
25 # 25 #
26 # Generated by LDML2ICUConverter, from LDML source files. 26 # Generated by LDML2ICUConverter, from LDML source files.
27 27
28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml) 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
29 RBNF_SYNTHETIC_ALIAS = 29 RBNF_SYNTHETIC_ALIAS =
30 30
31 31
32 # All aliases (to not be included under 'installed'), but not including root. 32 # All aliases (to not be included under 'installed'), but not including root.
33 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS) 33 RBNF_ALIAS_SOURCE = $(RBNF_SYNTHETIC_ALIAS)
34 34
35 35
36 # Ordinary resources 36 # Ordinary resources
37 RBNF_SOURCE = af.txt am.txt ar.txt az.txt\ 37 RBNF_SOURCE = af.txt am.txt ar.txt az.txt\
38 be.txt bg.txt bs.txt ca.txt cs.txt\ 38 be.txt bg.txt bs.txt ca.txt cs.txt\
39 cy.txt da.txt de.txt ee.txt el.txt\ 39 cy.txt da.txt de.txt ee.txt el.txt\
40 en.txt eo.txt es.txt es_419.txt es_AR.txt\ 40 en.txt eo.txt es.txt et.txt fa.txt\
41 es_BO.txt es_CL.txt es_CO.txt es_CR.txt es_CU.txt\ 41 fa_AF.txt fi.txt fil.txt fo.txt fr.txt\
42 es_DO.txt es_EC.txt es_GT.txt es_HN.txt es_MX.txt\ 42 fr_BE.txt fr_CH.txt ga.txt he.txt hi.txt\
43 es_NI.txt es_PA.txt es_PE.txt es_PR.txt es_PY.txt\ 43 hr.txt hu.txt hy.txt id.txt is.txt\
44 es_SV.txt es_US.txt es_UY.txt es_VE.txt et.txt\ 44 it.txt ja.txt ka.txt kl.txt km.txt\
45 fa.txt fa_AF.txt fi.txt fil.txt fo.txt\ 45 ko.txt ky.txt lo.txt lt.txt lv.txt\
46 fr.txt fr_BE.txt fr_CH.txt ga.txt he.txt\ 46 mk.txt ms.txt mt.txt nb.txt nl.txt\
47 hi.txt hr.txt hu.txt hy.txt id.txt\ 47 nn.txt pl.txt pt.txt pt_PT.txt ro.txt\
48 is.txt it.txt ja.txt ka.txt kl.txt\ 48 ru.txt se.txt sk.txt sl.txt sq.txt\
49 km.txt ko.txt ky.txt lo.txt lt.txt\ 49 sr.txt sr_Latn.txt sv.txt ta.txt th.txt\
50 lv.txt mk.txt ms.txt mt.txt nb.txt\ 50 tr.txt uk.txt vi.txt zh.txt zh_Hant.txt\
51 nl.txt nn.txt pl.txt pt.txt pt_AO.txt\ 51 zh_Hant_HK.txt
52 pt_GW.txt pt_MO.txt pt_MZ.txt pt_PT.txt pt_ST.txt\
53 pt_TL.txt ro.txt ru.txt sk.txt sl.txt\
54 sq.txt sr.txt sr_Latn.txt sv.txt ta.txt\
55 th.txt tr.txt uk.txt vi.txt zh.txt\
56 zh_Hant.txt zh_Hant_HK.txt
57 52
OLDNEW
« no previous file with comments | « source/data/rbnf/pt_TL.txt ('k') | source/data/rbnf/rbnflocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698