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

Side by Side Diff: source/data/coll/collocal.mk

Issue 1624643003: ICU 56 step 2: Make the tree ready for local modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561upstream
Patch Set: review comments addressed Created 4 years, 10 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/Makefile.in ('k') | source/data/curr/reslocal.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-2014, 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 COLLATION_CLDR_VERSION = %version% 3 COLLATION_CLDR_VERSION = %version%
4 # A list of txt's to build 4 # A list of txt's to build
5 # 5 #
6 # Example 'collocal.mk' files: 6 # Example 'collocal.mk' files:
7 # 7 #
8 # * To add an additional locale to the list: 8 # * To add an additional locale to the list:
9 # _____________________________________________________ 9 # _____________________________________________________
10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ... 10 # | COLLATION_SOURCE_LOCAL = myLocale.txt ...
(...skipping 26 matching lines...) Expand all
37 # Empty locales, used for validSubLocale fallback. 37 # Empty locales, used for validSubLocale fallback.
38 COLLATION_EMPTY_SOURCE = 38 COLLATION_EMPTY_SOURCE =
39 39
40 40
41 41
42 # Ordinary resources 42 # Ordinary resources
43 # am and sw are not listed here because we don't have the tailoring 43 # am and sw are not listed here because we don't have the tailoring
44 # for them. 44 # for them.
45 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\ 45 COLLATION_SOURCE = $(COLLATION_EMPTY_SOURCE) ar.txt bg.txt\
46 ca.txt cs.txt da.txt\ 46 ca.txt cs.txt da.txt\
47 de.txt el.txt en.txt en_US.txt\ 47 de.txt de_AT.txt el.txt en.txt en_US.txt\
48 es.txt et.txt fi.txt fil.txt\ 48 es.txt et.txt fi.txt fil.txt\
49 fr.txt fr_CA.txt he.txt\ 49 fr.txt fr_CA.txt he.txt\
50 hi.txt hr.txt hu.txt id.txt it.txt\ 50 hi.txt hr.txt hu.txt id.txt it.txt\
51 ja.txt\ 51 ja.txt\
52 ko.txt lt.txt lv.txt\ 52 ko.txt lt.txt lv.txt\
53 nb.txt nn.txt\ 53 nb.txt nn.txt\
54 pl.txt\ 54 pl.txt\
55 ro.txt ru.txt sk.txt sl.txt\ 55 ro.txt ru.txt sk.txt sl.txt\
56 sr.txt sr_Latn.txt sv.txt\ 56 sr.txt sr_Latn.txt sv.txt\
57 th.txt tr.txt uk.txt vi.txt zh.txt\ 57 th.txt tr.txt uk.txt vi.txt zh.txt\
58 zh_Hant.txt\ 58 zh_Hant.txt\
59 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\ 59 bn.txt gu.txt kn.txt ml.txt mr.txt ms.txt ta.txt te.txt\
60 fa.txt 60 fa.txt
OLDNEW
« no previous file with comments | « source/data/Makefile.in ('k') | source/data/curr/reslocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698