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

Side by Side Diff: patches/linebrk.patch

Issue 2736013003: Fix linebrk.patch and trnslocal.mk (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | source/data/translit/trnslocal.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 diff --git a/source/data/brkitr/brklocal.mk b/source/data/brkitr/brklocal.mk
2 index 204458c..b5eca75 100644
3 --- a/source/data/brkitr/brklocal.mk
4 +++ b/source/data/brkitr/brklocal.mk
5 @@ -41,6 +41,7 @@ BRK_DICT_SOURCE = burmesedict.txt cjdict.txt khmerdict.txt lao dict.txt\
6 # List of break iterator files (brk).
7 BRK_SOURCE = char.txt line.txt\
8 line_normal.txt line_normal_cj.txt line_normal_fi.txt\
9 + line_loose_cj.txt\
10 sent.txt sent_el.txt title.txt word.txt
11
12
13 diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt 1 diff --git a/source/data/brkitr/fi.txt b/source/data/brkitr/fi.txt
14 index 3c07f15..72029ee 100644 2 index 3c07f15..72029ee 100644
15 --- a/source/data/brkitr/fi.txt 3 --- a/source/data/brkitr/fi.txt
16 +++ b/source/data/brkitr/fi.txt 4 +++ b/source/data/brkitr/fi.txt
17 @@ -3,9 +3,9 @@ 5 @@ -3,9 +3,9 @@
18 fi{ 6 fi{
19 Version{"2.1.19.14"} 7 Version{"2.1.19.14"}
20 boundaries{ 8 boundaries{
21 - line:process(dependency){"line_fi.brk"} 9 - line:process(dependency){"line_fi.brk"}
22 - line_loose:process(dependency){"line_loose_fi.brk"} 10 - line_loose:process(dependency){"line_loose_fi.brk"}
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 +++ b/source/data/brkitr/zh_Hant.txt 49 +++ b/source/data/brkitr/zh_Hant.txt
62 @@ -3,7 +3,7 @@ 50 @@ -3,7 +3,7 @@
63 zh_Hant{ 51 zh_Hant{
64 Version{"2.1.19.14"} 52 Version{"2.1.19.14"}
65 boundaries{ 53 boundaries{
66 - line:process(dependency){"line.brk"} 54 - line:process(dependency){"line.brk"}
67 + line:process(dependency){"line_normal.brk"} 55 + line:process(dependency){"line_normal.brk"}
68 line_loose:process(dependency){"line_loose_cj.brk"} 56 line_loose:process(dependency){"line_loose_cj.brk"}
69 line_normal:process(dependency){"line_normal_cj.brk"} 57 line_normal:process(dependency){"line_normal_cj.brk"}
70 line_strict:process(dependency){"line.brk"} 58 line_strict:process(dependency){"line.brk"}
OLDNEW
« no previous file with comments | « no previous file | source/data/translit/trnslocal.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698