From 0847637ae6f0dae08f880abf08fc22b2525a80d9 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Thu, 23 Jan 2025 12:49:09 +0200 Subject: [PATCH] docs: drop outdated MT engines list (#466) --- src/machineTranslation/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machineTranslation/index.ts b/src/machineTranslation/index.ts index ff023e75e..d66c776e0 100644 --- a/src/machineTranslation/index.ts +++ b/src/machineTranslation/index.ts @@ -2,7 +2,6 @@ import { CrowdinApi, isOptionalNumber, PaginationOptions, PatchRequest, Response /** * Machine Translation Engines (MTE) are the sources for pre-translations. - * You can currently connect Google Translate, Microsoft Translator, Yandex. Translate, DeepL Pro, Amazon Translate, and Watson (IBM) Translate engines. * * Use API to add, update, and delete specific MTE. */