Skip to content

feat: default new visitors to English#63

Merged
aiedwardyi merged 1 commit into
mainfrom
feat/default-english-locale
Jul 4, 2026
Merged

feat: default new visitors to English#63
aiedwardyi merged 1 commit into
mainfrom
feat/default-english-locale

Conversation

@aiedwardyi

Copy link
Copy Markdown
Owner

Default the initial locale for first-run visitors to English instead of Korean. Returning users keep their saved choice - quorum_locale in localStorage still wins on load.

Third of the first-run defaults pass alongside #61 and #62. One-line change to the initial useState<Locale>.

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 54 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: aca4fae4-8f4a-4cbb-a206-0faf2cfa16b0

📥 Commits

Reviewing files that changed from the base of the PR and between 9285e2c and 9d918ac.

📒 Files selected for processing (1)
  • src/app/page.tsx
📝 Walkthrough

Walkthrough

The initial value of the locale React state in ChatPageContent (src/app/page.tsx) is changed from "ko" to "en", altering the default language shown before any persisted locale or config data is hydrated.

Changes

Default Locale Update

Layer / File(s) Summary
Change default locale initial state
src/app/page.tsx
The initial locale state value is changed from "ko" to "en", affecting the default language before hydration.

Estimated code review effort: 1 (Trivial) | ~2 minutes


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

@aiedwardyi

Copy link
Copy Markdown
Owner Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 4, 2026

Copy link
Copy Markdown
✅ Action performed

Full review finished.

@aiedwardyi

Copy link
Copy Markdown
Owner Author

@coderabbitai full review

Repository owner deleted a comment from coderabbitai Bot Jul 4, 2026
@aiedwardyi
aiedwardyi merged commit 7a0abfa into main Jul 4, 2026
2 checks passed
@aiedwardyi
aiedwardyi deleted the feat/default-english-locale branch July 4, 2026 05:40
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