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

Unified Diff: third_party/liblouis/tables.json

Issue 578303002: Add new braille tables supported by liblouis 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@libloiusupgrade
Patch Set: Add braille table variant, sort tables and add more tests. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/liblouis/tables.json
diff --git a/third_party/liblouis/tables.json b/third_party/liblouis/tables.json
index 380e9a767d032b9239bb8f0d7c7ddc60e252b641..ec0f9d4f7ce65a112fb2ee598ee1afd5ba73904c 100644
--- a/third_party/liblouis/tables.json
+++ b/third_party/liblouis/tables.json
@@ -39,6 +39,20 @@
"fileName": "da-dk-g18.utb"
},
{
+ "locale": "da",
+ "dots": "6",
+ "grade": 1,
+ "id": "da-g1",
+ "fileName": "da-dk-g16.utb"
+ },
+ {
+ "locale": "da",
+ "dots": "6",
+ "grade": 2,
+ "id": "da-g2",
+ "fileName": "da-dk-g26.ctb"
+ },
+ {
"locale": "nl",
"dots": "6",
"id": "nl-g1",
@@ -46,6 +60,22 @@
"fileName": "Nl-Nl-g1.utb"
},
{
+ "locale": "en",
+ "dots": "6",
+ "id": "en-UEB-g1",
+ "variant": "UEB",
+ "grade": 1,
+ "fileName": "en-ueb-g1.ctb"
+ },
+ {
+ "locale": "en",
+ "dots": "6",
+ "id": "en-UEB-g2",
+ "variant": "UEB",
+ "grade": 2,
+ "fileName": "en-ueb-g2.ctb"
+ },
+ {
"locale": "en_CA",
"dots": "8",
"id": "en-CA-comp8",
@@ -66,6 +96,12 @@
"fileName": "en-GB-g2.ctb"
},
{
+ "locale": "en_GB",
+ "dots": "8",
+ "id": "en-GB-comp8",
+ "fileName": "en-gb-comp8.ctb"
+ },
+ {
"locale": "en_US",
"dots": "8",
"id": "en-US-comp8",
@@ -187,6 +223,12 @@
"fileName": "gr-gr-g1.utb"
},
{
+ "locale": "he",
+ "dots": "8",
+ "id": "he-comp8",
+ "fileName": "he.ctb"
+ },
+ {
"locale": "hi",
"dots": "6",
"id": "hi-g1",
@@ -226,6 +268,20 @@
"fileName": "it-it-comp6.utb"
},
{
+ "locale": "ko",
+ "dots": "6",
+ "id": "ko-g1",
+ "grade": 1,
+ "fileName": "ko-g1.ctb"
+ },
+ {
+ "locale": "ko",
+ "dots": "6",
+ "id": "ko-g2",
+ "grade": 2,
+ "fileName": "ko-g2.ctb"
+ },
+ {
"locale": "lv",
"dots": "6",
"id": "lv-g1",
@@ -309,14 +365,14 @@
"locale": "ru",
"dots": "8",
"id": "ru-comp8",
- "fileName": "ru.ctb"
+ "fileName": "ru-compbrl.ctb"
},
{
"locale": "ru",
"dots": "6",
"id": "ru-g1",
"grade": "1",
- "fileName": "ru-ru-g1.utb"
+ "fileName": "ru-litbrl.ctb"
},
{
"locale": "sr",
@@ -340,6 +396,12 @@
"fileName": "sl-si-g1.utb"
},
{
+ "locale": "sl",
+ "dots": "8",
+ "id": "sl-comp8",
+ "fileName": "sl-si-comp8.ctb"
+ },
+ {
"locale": "es",
"dots": "8",
"id": "es-comp8",

Powered by Google App Engine
This is Rietveld 408576698