Skip to content

chore: update translations - #947

Merged
andrii-bodnar merged 3 commits into
mainfrom
update-crowdin-translations
Sep 22, 2026
Merged

andrii-bodnar merged 3 commits into
mainfrom
update-crowdin-translations

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This automated PR updates translations from Crowdin.

@vercel

vercel Bot commented Sep 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
docs Ready Ready Preview Sep 22, 2026 8:49am UTC

Request Review

crowdin-bot and others added 2 commits September 22, 2026 11:38
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
andrii-bodnar merged commit 20114be into main Sep 22, 2026
4 checks passed
@andrii-bodnar
andrii-bodnar deleted the update-crowdin-translations branch September 22, 2026 08:51

This branch was successfully deployed

1 active deployment
Preview 9bf6f071 Deployed Sep 22, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants