From 81b67dca9e4e6c7863c981dc86131d31e0040a58 Mon Sep 17 00:00:00 2001 From: Adam Bittlingmayer Date: Wed, 6 Dec 2023 13:02:57 +0400 Subject: [PATCH 1/2] Add KantanStream and Google Cloud Translation Hub Not very significant TMSes, but the quality estimation pages need to link to these. --- _data/integrations.json | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/_data/integrations.json b/_data/integrations.json index 7b4feb39..b3b2a119 100644 --- a/_data/integrations.json +++ b/_data/integrations.json @@ -224,6 +224,31 @@ } } }, + { + "id": "kantanstream", + "name": "KantanStream", + "company": "kantanmt", + "tms_url": "https://www.kantanai.io/kantanstream-home/", + "type": [ + "tms", + "cat" + ], + "api_integrations": [ + { + "kantanmt": { + "custom": true, + "glossary": true, + "adaptive": true + } + ], + "quality_estimation_integrations": [ + { + "kantanqes": { + "custom": false + } + } + ], + }, { "id": "lilt-tms", "name": "Lilt", @@ -1430,6 +1455,30 @@ "edit_distance": true }, + { + "id": "translation-hub", + "name": "Google Cloud Translation Hub", + "company": "google", + "tms_url": "https://cloud.google.com/translation-hub", + "type": [ + "tms", + "cat" + ], + "api_integrations": [ + { + "google": { + "custom": true, + "glossary": true + } + ], + "quality_estimation_integrations": [ + { + "google-translation-hub-mtqp": { + "custom": false + } + } + ], + }, { "id": "wordbee", "name": "Wordbee", From 1a4516d19212ef6ea2f5d08998fa44868bbb7cda Mon Sep 17 00:00:00 2001 From: Adam Bittlingmayer Date: Wed, 6 Dec 2023 13:06:17 +0400 Subject: [PATCH 2/2] Update integrations.json --- _data/integrations.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/integrations.json b/_data/integrations.json index b3b2a119..9d9d5a2a 100644 --- a/_data/integrations.json +++ b/_data/integrations.json @@ -240,6 +240,7 @@ "glossary": true, "adaptive": true } + } ], "quality_estimation_integrations": [ { @@ -1470,6 +1471,7 @@ "custom": true, "glossary": true } + } ], "quality_estimation_integrations": [ {