Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Update cxserver to 2023-10-11-045323-production | mediawiki/services/machinetranslation | Comment Actions Change 951205 had a related patch set uploaded (by Santhosh; author: Santhosh): [mediawiki/services/cxserver@master] mint: Use the HTML translation capability Comment Actions Change 956209 had a related patch set uploaded (by Santhosh; author: Santhosh): [mediawiki/services/machinetranslation@master] Increase the character limit per translator class Comment Actions Change 956209 merged by jenkins-bot: [mediawiki/services/machinetranslation@master] Increase the character limit per translator class Comment Actions Change 961977 had a related patch set uploaded (by KartikMistry; author: KartikMistry): [operations/deployment-charts@master] Update MinT to 2023-09-28-043052-production Comment Actions Change 961977 merged by jenkins-bot: [operations/deployment-charts@master] Update MinT to 2023-09-28-043052-production Comment Actions Change 951205 merged by jenkins-bot: [mediawiki/services/cxserver@master] mint: Use the HTML translation capability Comment Actions Change 964846 had a related patch set uploaded (by KartikMistry; author: KartikMistry): [operations/deployment-charts@master] Update cxserver to 2023-10-11-045323-production Comment Actions Change 964846 merged by jenkins-bot: [operations/deployment-charts@master] Update cxserver to 2023-10-11-045323-production Mentioned in SAL (#wikimedia-operations) [2023-10-11T05:23:54Z] <kart_> Updated cxserver to 2023-10-11-045323-production (T341478, T344982, T338432, T347939) Comment Actions Change 965022 had a related patch set uploaded (by KartikMistry; author: KartikMistry): [operations/deployment-charts@master] Update cxserver to 2023-10-11-045323-production Comment Actions Change 965109 had a related patch set uploaded (by KartikMistry; author: KartikMistry): [operations/deployment-charts@master] Update cxserver to 2023-10-11-114410-production Comment Actions Change 965109 merged by jenkins-bot: [operations/deployment-charts@master] Update cxserver to 2023-10-11-114410-production Nikerabbit moved this task from Check after deployment to Done on the Language-Team (Language-2023-October-December) board.Oct 17 2023, 6:57 AM2023-10-17 06:57:50 (UTC+0) |
the release of MinT we are exploring to scale the service beyond the initial use in Content Translation.
Content Translation is able to keep formatting properties such as bold text and links as text is translated, even for translation services that only support plain-text. This is possible with a specific algorithm to re-apply the formatting style to the output of a plain-text translation. This capability can be useful in a more general context with MinT (e.g., to translate documents, websites, or other rich text contents). This ticket is focused on porting the markup transfer feature of cxserver to MinT so that rich text markup is possible in MinT instead of going through cxserver. So that we can translate arbitrary html content using MinT. The particular case of links will be covered in follow-up tickets since it may need to support different ways of processing depending on the context. For example, the link target could (a) remain as it is, (b) adapt the target to the equivalent content in another language (e.g., a wikipedia article in another language), or (c) link to an MT version of the destination. Support for this can be part of future iterations on separate tickets.
Details
|