-
Notifications
You must be signed in to change notification settings - Fork 2
feat: rainbowkit force en locale #498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 4105794 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the @stakekit/rainbowkit dependency from version 2.2.10 to 2.2.11 and forces the RainbowKit widget to display in English by hardcoding the locale prop. The change addresses a specific need to standardize RainbowKit's language display.
- Dependency upgrade:
@stakekit/rainbowkitversion bumped from 2.2.10 to 2.2.11 - Locale enforcement: RainbowKit component now explicitly uses English locale (
locale="en") - Documentation: Added changeset documenting this as a patch release
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
packages/widget/package.json |
Updated @stakekit/rainbowkit dependency version to 2.2.11 |
pnpm-lock.yaml |
Updated lock file entries to reflect the new rainbowkit version across all resolution references |
packages/widget/src/providers/rainbow-kit.tsx |
Added hardcoded locale="en" prop to RainbowKitProvider component |
.changeset/legal-banks-crash.md |
Added changeset documenting the patch release with rainbowkit locale enforcement feature |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
60353b0 to
fa5eaf1
Compare
fa5eaf1 to
4105794
Compare
jdomingos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This pull request updates the
@stakekit/rainbowkitdependency and enforces English locale for the RainbowKit widget. The most important changes are grouped below:Dependency updates:
@stakekit/rainbowkitfrom version2.2.10to2.2.11inpackage.jsonand updated corresponding entries inpnpm-lock.yamlto ensure consistency and compatibility. [1] [2] [3] [4]Feature enhancements:
locale="en"in theRainbowKitProviderWithThemecomponent inrainbow-kit.tsx.Documentation and release notes:
.changeset/legal-banks-crash.mddocumenting the patch release and the new feature enforcing English locale.