From 7353d30dc95a344c60bf34002db4338bcd1e4cec Mon Sep 17 00:00:00 2001 From: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:33:40 -0500 Subject: [PATCH 1/3] update roadmap --- docs/resources/roadmap-and-release-notes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/resources/roadmap-and-release-notes.mdx b/docs/resources/roadmap-and-release-notes.mdx index 3c23945..fe0e2b6 100644 --- a/docs/resources/roadmap-and-release-notes.mdx +++ b/docs/resources/roadmap-and-release-notes.mdx @@ -6,6 +6,8 @@ rss: true - Add more events to audit logs for Pro API customers (API key management, cost control and usage limit changes) +- Full CRUD functionality for managing [Style Rules](api-reference/style-rules.mdx) and [Custom Instructions](api-reference/translate/request-translation#body-custom-instructions) +- Translation Memory via API From 32dc376976103e717dbef0794a90d225a9fa4a33 Mon Sep 17 00:00:00 2001 From: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:46:52 -0500 Subject: [PATCH 2/3] fix links --- docs/resources/roadmap-and-release-notes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/roadmap-and-release-notes.mdx b/docs/resources/roadmap-and-release-notes.mdx index fe0e2b6..6284998 100644 --- a/docs/resources/roadmap-and-release-notes.mdx +++ b/docs/resources/roadmap-and-release-notes.mdx @@ -6,7 +6,7 @@ rss: true - Add more events to audit logs for Pro API customers (API key management, cost control and usage limit changes) -- Full CRUD functionality for managing [Style Rules](api-reference/style-rules.mdx) and [Custom Instructions](api-reference/translate/request-translation#body-custom-instructions) +- Full CRUD functionality for managing [Style Rules](/api-reference/style-rules) and [Custom Instructions](/api-reference/translate/request-translation#body-custom-instructions) - Translation Memory via API From 80a1256230075f6907e67220458f25a0336b5f13 Mon Sep 17 00:00:00 2001 From: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:02:22 -0500 Subject: [PATCH 3/3] add v2/languages update --- docs/resources/roadmap-and-release-notes.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/resources/roadmap-and-release-notes.mdx b/docs/resources/roadmap-and-release-notes.mdx index 6284998..98e9220 100644 --- a/docs/resources/roadmap-and-release-notes.mdx +++ b/docs/resources/roadmap-and-release-notes.mdx @@ -8,6 +8,14 @@ rss: true - Add more events to audit logs for Pro API customers (API key management, cost control and usage limit changes) - Full CRUD functionality for managing [Style Rules](/api-reference/style-rules) and [Custom Instructions](/api-reference/translate/request-translation#body-custom-instructions) - Translation Memory via API +- `v3/languages` endpoint with improved language code handling and additional functionality + + + +## February 18 - Additional Languages in `v2/languages` +- Added T4 languages to the [v2/languages endpoint](/api-reference/languages), bringing totals to **101 source languages** and **106 target languages**. +- These languages were already supported for translation; this change improves automatic discoverability for API clients. +- Note: 12 supported languages using three-letter base codes (e.g. ACE, CEB, CKB) are not yet included in `v2/languages` for backwards compatibility, but will be available in the upcoming `v3/languages` endpoint.