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

Side by Side Diff: source/data/brkitr/brklocal.mk

Issue 2442923002: ICU update to 58 part 2 (Closed)
Patch Set: apply more patches and updates; almost ready to roll Created 4 years, 1 month 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/brkitr/dictionaries/cjdict.txt » ('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 # © 2016 and later: Unicode, Inc. and others.
2 # * Corporation and others. All Rights Reserved. 2 # License & terms of use: http://www.unicode.org/copyright.html#License
3 BRK_RES_CLDR_VERSION = %version% 3 BRK_RES_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 '%local%' 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.
(...skipping 21 matching lines...) Expand all
34 34
35 35
36 # List of dictionary files (dict). 36 # List of dictionary files (dict).
37 BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\ 37 BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt laodict.txt\
38 thaidict.txt 38 thaidict.txt
39 39
40 40
41 # List of break iterator files (brk). 41 # List of break iterator files (brk).
42 BRK_SOURCE = char.txt line.txt\ 42 BRK_SOURCE = char.txt line.txt\
43 line_normal.txt line_normal_cj.txt line_normal_fi.txt\ 43 line_normal.txt line_normal_cj.txt line_normal_fi.txt\
44 line_loose_cj.txt\
44 sent.txt sent_el.txt title.txt word.txt 45 sent.txt sent_el.txt title.txt word.txt
45 46
46 47
47 # Ordinary resources 48 # Ordinary resources
48 BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\ 49 BRK_RES_SOURCE = de.txt el.txt en.txt en_US.txt\
49 es.txt fi.txt fr.txt it.txt ja.txt\ 50 es.txt fi.txt fr.txt it.txt ja.txt\
50 pt.txt ru.txt zh.txt zh_Hant.txt 51 pt.txt ru.txt zh.txt zh_Hant.txt
51 52
OLDNEW
« no previous file with comments | « source/data/Makefile.in ('k') | source/data/brkitr/dictionaries/cjdict.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698