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

Side by Side Diff: third_party/liblouis/tables.json

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Simplify whitelist Created 6 years, 3 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 | « third_party/liblouis/overrides/tables/da.ctb ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "locale": "ar", 3 "locale": "ar",
4 "dots": "6", 4 "dots": "6",
5 "id": "ar-g1", 5 "id": "ar-g1",
6 "grade": "1", 6 "grade": "1",
7 "fileName": "ar-ar-g1.utb" 7 "fileName": "ar-ar-g1.utb"
8 }, 8 },
9 { 9 {
10 "locale": "bg", 10 "locale": "bg",
(...skipping 18 matching lines...) Expand all
29 "locale": "cs", 29 "locale": "cs",
30 "dots": "6", 30 "dots": "6",
31 "id": "cs-g1", 31 "id": "cs-g1",
32 "grade": "1", 32 "grade": "1",
33 "fileName": "cs-g1.ctb" 33 "fileName": "cs-g1.ctb"
34 }, 34 },
35 { 35 {
36 "locale": "da", 36 "locale": "da",
37 "dots": "8", 37 "dots": "8",
38 "id": "da-comp8", 38 "id": "da-comp8",
39 "fileName": "da.ctb" 39 "fileName": "da-dk-g18.utb"
40 }, 40 },
41 { 41 {
42 "locale": "nl", 42 "locale": "nl",
43 "dots": "6", 43 "dots": "6",
44 "id": "nl-g1", 44 "id": "nl-g1",
45 "grade": "1", 45 "grade": "1",
46 "fileName": "Nl-Nl-g1.utb" 46 "fileName": "Nl-Nl-g1.utb"
47 }, 47 },
48 { 48 {
49 "locale": "en_CA", 49 "locale": "en_CA",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 }, 181 },
182 { 182 {
183 "locale": "el", 183 "locale": "el",
184 "dots": "6", 184 "dots": "6",
185 "id": "el-g1", 185 "id": "el-g1",
186 "grade": "1", 186 "grade": "1",
187 "fileName": "gr-gr-g1.utb" 187 "fileName": "gr-gr-g1.utb"
188 }, 188 },
189 { 189 {
190 "locale": "hi", 190 "locale": "hi",
191 "dots": "8",
192 "id": "hi-comp8",
193 "fileName": "hi.ctb"
194 },
195 {
196 "locale": "hi",
197 "dots": "6", 191 "dots": "6",
198 "id": "hi-g1", 192 "id": "hi-g1",
199 "grade": "1", 193 "grade": "1",
200 "fileName": "hi-in-g1.utb" 194 "fileName": "hi-in-g1.utb"
201 }, 195 },
202 { 196 {
203 "locale": "hu", 197 "locale": "hu",
204 "dots": "8", 198 "dots": "8",
205 "id": "hu-comp8", 199 "id": "hu-comp8",
206 "fileName": "hu-hu-comp8.ctb" 200 "fileName": "hu-hu-comp8.ctb"
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 "id": "zh-comp8", 383 "id": "zh-comp8",
390 "fileName": "zh-hk.ctb" 384 "fileName": "zh-hk.ctb"
391 }, 385 },
392 { 386 {
393 "locale": "zh_TW", 387 "locale": "zh_TW",
394 "dots": "8", 388 "dots": "8",
395 "id": "zh-TW-comp8", 389 "id": "zh-TW-comp8",
396 "fileName": "zh-tw.ctb" 390 "fileName": "zh-tw.ctb"
397 } 391 }
398 ] 392 ]
OLDNEW
« no previous file with comments | « third_party/liblouis/overrides/tables/da.ctb ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698