-
Notifications
You must be signed in to change notification settings - Fork 381
fix for sk-SK, delete confirmation text #6547
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
If you want to delete account you need to write Zmazať účet and not Odstrániť účet.
🦋 Changeset detectedLatest commit: 43ba589 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
@l0st0 is attempting to deploy a commit to the Clerk Production Team on Vercel. A member of the Team first needs to authorize it. |
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughA Slovak localization string was updated in packages/localizations/src/sk-SK.ts: apiKeys.formFieldInputPlaceholder__confirmDeletionUserAccount changed from 'Odstrániť účet' to 'Zmazať účet'. Additionally, a new changeset file was added at .changeset/hot-eels-knock.md declaring a patch release for @clerk/localizations documenting the sk-SK text fix. No code logic, error handling, control flow, or exported/public API declarations were modified. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: CodeRabbit UI 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you |
If you want to delete account you need to write Zmazať účet and not Odstrániť účet.
Description
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change
Summary by CodeRabbit
Style
Chores