chore: update translations - #947
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
update-crowdin-translations
branch
from
September 19, 2026 15:15
4a2a172 to
823f963
Compare
github-actions
Bot
force-pushed
the
update-crowdin-translations
branch
from
September 20, 2026 15:17
823f963 to
eedffb0
Compare
Three build-affecting regressions in the German sync:
* enterprise/getting-started/account/messages.mdx — the JSX expression
identifier in `<Image src={settings} />` was translated to
`{Einstellungen}` while the import kept `settings`, so the reference
dangled and prerendering failed with `ReferenceError: Einstellungen is
not defined`. This is the second time this exact string regressed.
* developer/** — root-relative link targets were translated
(`/developer/crowdin-apps-security/` -> `/Entwickler/crowdin-Apps-Sicherheit/`).
remark-localize-links prefixes unprefixed internal links with the page
locale, so these rendered as `/de/Entwickler/...` and 404'd.
Re-applies c7553c8, which was committed to a side branch that never
merged.
* developer/modules/file-processing-modules/custom-file-format.mdx —
restore the trailing slash dropped from a link target.
Upstream fix: all 472 `//Image[N]/src[0]/value` strings in Crowdin
project 222553 are now hidden. Those strings expose the bare JS
identifier from `<Image src={foo} />` as translatable text, which is what
produced the `Einstellungen`/`Logo`/`Badges` breakages. `settings` was
still visible, which is why it regressed after being fixed once.
Verified with a full `pnpm build`: 2167 pages, all internal links valid.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
andrii-bodnar
force-pushed
the
update-crowdin-translations
branch
from
September 22, 2026 08:38
eedffb0 to
ea99b00
Compare
andrii-bodnar
approved these changes
Sep 22, 2026
This branch was successfully deployed
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.
This automated PR updates translations from Crowdin.