Remove SYSTRAN machine translation integration (#4180)#4181
Merged
Conversation
SYSTRAN integration is no longer used. Remove the view, URL, frontend fetch/component, Locale model fields (and add matching migration), API field, SYSTRAN_TRANSLATE_API_KEY family of settings, the data-is-systran-translate-supported flag passed to the translate view, and the l10n strings. Translation.MachinerySource.SYSTRAN_TRANSLATE is intentionally retained so existing translations attributed to SYSTRAN remain valid; only the live integration is removed.
mathjazz
commented
May 29, 2026
| docker/config/server.env.template > .env | ||
| # Run collectstatic with minimal dependencies, skipping the actual front-end build | ||
| - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 | ||
| with: { node-version: '24' } |
Collaborator
Author
There was a problem hiding this comment.
This is a fix for regression probably introduced in #4138.
eemeli
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #4180.
SYSTRAN integration is no longer used.
Remove the view, URL, frontend fetch/component, Locale model fields (and add matching migration), API field,
SYSTRAN_TRANSLATE_API_KEYfamily of settings, thedata-is-systran-translate-supportedflag passed to the translate view, and the l10n strings.Translation.MachinerySource.SYSTRAN_TRANSLATEis intentionally retained so existing translations attributed to SYSTRAN remain valid; only the live integration is removed.