Skip to content

Fix builder-styling locale MDX parse errors blocking production deploy#413

Merged
eandreeva-twr merged 1 commit into
mainfrom
fix/locale-builder-styling-parse
Jul 10, 2026
Merged

Fix builder-styling locale MDX parse errors blocking production deploy#413
eandreeva-twr merged 1 commit into
mainfrom
fix/locale-builder-styling-parse

Conversation

@eandreeva-twr

Copy link
Copy Markdown
Collaborator

Problem

The production deploy on main fails at the Check MDX parse gate (failed run): six auto-translated copies of builder-styling.mdx (es, ja, ru, tr, vi, zh) fail with:

Unexpected lazy line in expression in container

Cause

The translation workflow dropped the blank line between the Visibility bullet list and the multi-line <div style={{...}}> YouTube embed. Without the blank line, the JSX block is parsed as a lazy continuation of the last list item, and the unindented lines inside the {{...}} expression break the MDX parser.

Fix

Re-insert the blank line in all six locale files, mirroring the English structure. node scripts/check-mdx-parse.mjs now passes: 4794 files parsed cleanly.

🤖 Generated with Claude Code

@eandreeva-twr eandreeva-twr merged commit 01fbe98 into main Jul 10, 2026
2 checks passed
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.

1 participant