-
Notifications
You must be signed in to change notification settings - Fork 419
feat(localizations): Update Slovak localization #5497
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
Signed-off-by: radblesk <[email protected]>
🦋 Changeset detectedLatest commit: 487266c 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 |
|
@radblesk is attempting to deploy a commit to the Clerk Production Team on Vercel. A member of the Team first needs to authorize it. |
|
Hello 👋 We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days. Thanks for being a part of the Clerk community! 🙏 |
|
Is there any problem because of which my translations weren't added, did I do something wrong? |
|
Hello 👋 We currently close PRs after 60 days of inactivity. It's been 50 days since the last update here. If we missed this PR, please reply here. Otherwise, we'll close this PR in 10 days. Thanks for being a part of the Clerk community! 🙏 |
📝 WalkthroughWalkthroughThe update enhances the Slovak localization resource file ( 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 3
🔭 Outside diff range comments (1)
packages/localizations/src/sk-SK.ts (1)
43-48: Replace Czech word “Příští” with Slovak equivalent.
next6Dayscurrently reads “Příští …”, which is Czech.
Use a Slovak form such as “Budúci” or “Nasledujúci” to stay consistent with the rest of the file.- next6Days: "Příští {{ date | weekday('sk-SK','long') }} o {{ date | timeString('sk-SK') }}", + next6Days: "Budúci {{ date | weekday('sk-SK','long') }} o {{ date | timeString('sk-SK') }}",
🧹 Nitpick comments (5)
packages/localizations/src/sk-SK.ts (5)
669-670: Typo – “Faturácia” → “Fakturácia”.- title: 'Faturácia a platby', + title: 'Fakturácia a platby',
918-922: Typo – “Nastaiť” → “Nastaviť”.- detailsAction__nonPrimary: 'Nastaiť ako hlavnú', + detailsAction__nonPrimary: 'Nastaviť ako hlavnú',
920-922: Consistency: “Web3 peňaženky” button label missing verb.Consider adding “Pridať” for clarity.
- primaryButton: 'Web3 peňaženky', + primaryButton: 'Pridať Web3 peňaženku',
601-603: Grammar – missing comma before “ale”.- passkey_pa_not_supported: 'Registrácia vyžaduje autentifikátor ale toto zariadenie ho nepodporuje.', + passkey_pa_not_supported: 'Registrácia vyžaduje autentifikátor, ale toto zariadenie ho nepodporuje.',
568-569: Style: “zabezpečenia” sounds unnatural here.Prefer “bezpečnostného overenia”.
- 'Registrácia zlyhala z dôvodu neúspešného overenia zabezpečenia. Obnovte stránku a skúste to znova alebo kontaktujte podporu pre ďalšiu pomoc.', + 'Registrácia zlyhala z dôvodu neúspešného bezpečnostného overenia. Obnovte stránku a skúste to znova alebo kontaktujte podporu pre ďalšiu pomoc.',
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
packages/localizations/src/sk-SK.ts(28 hunks)
🧰 Additional context used
📓 Path-based instructions (7)
**/*.{js,jsx,ts,tsx}
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/development.mdc
packages/**/*.ts
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/development.mdc
packages/**/*.{ts,tsx,d.ts}
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/development.mdc
**/*.{ts,tsx}
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/development.mdc
- .cursor/rules/typescript.mdc
packages/localizations/**/*
Instructions used from:
Sources:
📄 CodeRabbit Inference Engine
- .cursor/rules/monorepo.mdc
**/*.ts
Instructions used from:
Sources:
⚙️ CodeRabbit Configuration File
**/*
Instructions used from:
Sources:
⚙️ CodeRabbit Configuration File
🔇 Additional comments (1)
packages/localizations/src/sk-SK.ts (1)
526-533: Placeholder links wording awkward.The phrase “podmienkami o ochrane osobných údajov” should be “zásadami ochrany osobných údajov” for standard legal wording.
- label__onlyPrivacyPolicy: 'Súhlasím s {{ privacyPolicyLink || link("podmienkami o ochrane osobných údajov") }}', + label__onlyPrivacyPolicy: 'Súhlasím so {{ privacyPolicyLink || link("zásadami ochrany osobných údajov") }}',
|
Thanks, @radblesk! |
Signed-off-by: radblesk <[email protected]> Co-authored-by: Tom Milewski <[email protected]>
Description
I have updated sk-SK localization file with the following:
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
New Features
Enhancements