Skip to content

fix(i18n): close Stickies object in en.js so the frontend builds#245

Merged
parth0025 merged 1 commit into
stagingfrom
fix/en-js-locale-build
Jun 16, 2026
Merged

fix(i18n): close Stickies object in en.js so the frontend builds#245
parth0025 merged 1 commit into
stagingfrom
fix/en-js-locale-build

Conversation

@parth0025

Copy link
Copy Markdown
Collaborator

PR #239 added the Stickies locale block immediately before the existing Demo block but omitted its closing brace. That nested Demo inside Stickies and left the locale object one brace short, breaking the frontend build:

SyntaxError: src/locales/en.js: Unexpected token, expected "," (2677:1)

Fix: add the missing brace to close Stickies, restoring Demo as a top-level sibling. Verified the file parses with @babel/parser (sourceType: module).

🤖 Generated with Claude Code

The Stickies block from PR #239 was missing its closing brace, nesting Demo inside Stickies and leaving the locale object one brace short, which broke the frontend build (Unexpected token, expected comma).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: a538d785-8e73-4615-9e72-77bf201887d1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/en-js-locale-build

Comment @coderabbitai help to get the list of available commands and usage tips.

@parth0025 parth0025 merged commit bd47dd7 into staging Jun 16, 2026
4 checks passed
@parth0025 parth0025 deleted the fix/en-js-locale-build branch June 16, 2026 08:23
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