From f115ce9f740618eb37ed204d07edec07e587e774 Mon Sep 17 00:00:00 2001 From: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com> Date: Fri, 29 May 2026 18:08:51 -0700 Subject: [PATCH] Fixes for "Translate text with the Translator API" (#3818) * toc restore Exper; Send fdbk * trim lead-in --- microsoft-edge/toc.yml | 18 +++++++++++------- microsoft-edge/web-platform/translator-api.md | 3 ++- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml index 1ec5274578..c48cf27696 100644 --- a/microsoft-edge/toc.yml +++ b/microsoft-edge/toc.yml @@ -105,18 +105,22 @@ href: ./web-platform/site-impacting-changes.md # /Release notes # ============================================================================= +# Experimental APIs for Microsoft Edge + - name: Experimental APIs for Microsoft Edge + items: + - name: Test experimental APIs and features by using origin trials + href: ./origin-trials/index.md + displayName: Experimental web platform features # standard term eg in edge://flags + + - name: Provide user-relevant ads with the Ad Selection API + href: ./web-platform/ad-selection-api.md +# /Experimental APIs for Microsoft Edge +# ============================================================================= # AI for the web - name: AI for the web items: - name: Developer APIs items: - - name: Test experimental APIs and features by using origin trials - href: ./origin-trials/index.md - displayName: Experimental web platform features # standard term eg in edge://flags - - - name: Provide user-relevant ads with the Ad Selection API - href: ./web-platform/ad-selection-api.md - - name: Prompt a built-in language model with the Prompt API href: ./web-platform/prompt-api.md diff --git a/microsoft-edge/web-platform/translator-api.md b/microsoft-edge/web-platform/translator-api.md index e70fa3be7a..2567f4bd8a 100644 --- a/microsoft-edge/web-platform/translator-api.md +++ b/microsoft-edge/web-platform/translator-api.md @@ -362,7 +362,8 @@ controller.abort(); We're interested in learning about: * The range of scenarios for which you use the Translator API. -* Any issues with the API or expert model. +* Any issues with the Translator API. +* Any issues with the on-device translation models. * Whether other task-specific, built-in APIs would be useful. To send feedback about your scenarios and the tasks you want to achieve, please add a comment to [the Translator API feedback issue](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/1157).