Skip to content

Conversation

@galeshayek
Copy link
Contributor

@galeshayek galeshayek commented Nov 11, 2025

Summary

Adds Hebrew translations for the waitlist component in the Hebrew (he-IL) localization file.

Changes

  • Translated waitlist.start section (title, subtitle, formButton, actionLink, actionText)
  • Translated waitlist.success section (title, subtitle, message)

Type

Translation update / Localization improvement

Testing

  • Verified translations match the English source text meaning
  • Followed existing Hebrew translation patterns in the file

Summary by CodeRabbit

  • New Features

    • Added comprehensive Hebrew translations for the waitlist feature, covering the sign-up (start) screen — titles, subtitles, form button and action links — and the confirmation (success) screen messages and titles.
  • Bug Fixes

    • Corrected Hebrew wording for the account deletion description in user profile settings for clearer, more accurate phrasing.

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

🦋 Changeset detected

Latest commit: 23cbec2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@clerk/localizations Patch
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

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

@vercel
Copy link

vercel bot commented Nov 11, 2025

@galeshayek is attempting to deploy a commit to the Clerk Production Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 11, 2025

Walkthrough

Adds Hebrew translations for the waitlist start and success screens and corrects the Hebrew wording for the user-profile deletion action; includes a changeset entry for a minor version bump of @clerk/localizations.

Changes

Cohort / File(s) Summary
Changeset entry
.changeset/beige-pans-shave.md
Adds a changeset indicating a minor version bump for @clerk/localizations tied to localization updates.
Hebrew localization
packages/localizations/src/he-IL.ts
Populates Hebrew strings for waitlist.start (title, subtitle, formButton, actionText, actionLink) and waitlist.success (title, subtitle, message); updates userProfile.deletePage.actionDescription wording.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

  • Mostly string additions/edits in one localization file and a changeset entry.
  • Pay attention to:
    • Accurate Hebrew phrasing and punctuation in packages/localizations/src/he-IL.ts.
    • No accidental trailing whitespace or syntax errors (commas, quotes).
    • Correct metadata/format in .changeset/beige-pans-shave.md.

Poem

🐰 קפצתי בין המילים — תרגום קטן, שמחה גדולה,
כפתור ומסר מצאו את מקומם במקום,
תיאור המחיקה תוקן ברישול מופחת,
תור המתנה זכה לכותרת ולטקסט,
והארנב מרקד סביב השינוי עם חיוך.

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding Hebrew translations for the waitlist component, which is the primary focus of this localization PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 6ca73aa and 23cbec2.

📒 Files selected for processing (1)
  • packages/localizations/src/he-IL.ts (2 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • packages/localizations/src/he-IL.ts
⏰ 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). (2)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: semgrep-cloud-platform/scan

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.

❤️ Share

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

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
.changeset/beige-pans-shave.md (1)

9-9: Maintain consistent capitalization.

For consistency with the bullet points above, the sentence should start with a capital letter.

Apply this diff:

-- corrected userProfile deletePage actionDescription
+- Corrected userProfile deletePage actionDescription
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 4011c5e and 66bdd13.

📒 Files selected for processing (3)
  • .changeset/beige-pans-shave.md (1 hunks)
  • .changeset/ripe-beers-sit.md (1 hunks)
  • packages/localizations/src/he-IL.ts (2 hunks)
🧰 Additional context used
📓 Path-based instructions (5)
**/*.{js,jsx,ts,tsx}

📄 CodeRabbit inference engine (.cursor/rules/development.mdc)

**/*.{js,jsx,ts,tsx}: All code must pass ESLint checks with the project's configuration
Follow established naming conventions (PascalCase for components, camelCase for variables)
Maintain comprehensive JSDoc comments for public APIs
Use dynamic imports for optional features
All public APIs must be documented with JSDoc
Provide meaningful error messages to developers
Include error recovery suggestions where applicable
Log errors appropriately for debugging
Lazy load components and features when possible
Implement proper caching strategies
Use efficient data structures and algorithms
Profile and optimize critical paths
Validate all inputs and sanitize outputs
Implement proper logging with different levels

Files:

  • packages/localizations/src/he-IL.ts
**/*.{js,jsx,ts,tsx,json,css,scss,md,yaml,yml}

📄 CodeRabbit inference engine (.cursor/rules/development.mdc)

Use Prettier for consistent code formatting

Files:

  • packages/localizations/src/he-IL.ts
packages/**/*.{ts,tsx}

📄 CodeRabbit inference engine (.cursor/rules/development.mdc)

TypeScript is required for all packages

Files:

  • packages/localizations/src/he-IL.ts
packages/**/*.{ts,tsx,d.ts}

📄 CodeRabbit inference engine (.cursor/rules/development.mdc)

Packages should export TypeScript types alongside runtime code

Files:

  • packages/localizations/src/he-IL.ts
**/*.{ts,tsx}

📄 CodeRabbit inference engine (.cursor/rules/development.mdc)

Use proper TypeScript error types

**/*.{ts,tsx}: Always define explicit return types for functions, especially public APIs
Use proper type annotations for variables and parameters where inference isn't clear
Avoid any type - prefer unknown when type is uncertain, then narrow with type guards
Use interface for object shapes that might be extended
Use type for unions, primitives, and computed types
Prefer readonly properties for immutable data structures
Use private for internal implementation details
Use protected for inheritance hierarchies
Use public explicitly for clarity in public APIs
Prefer readonly for properties that shouldn't change after construction
Prefer composition and interfaces over deep inheritance chains
Use mixins for shared behavior across unrelated classes
Implement dependency injection for loose coupling
Let TypeScript infer when types are obvious
Use const assertions for literal types: as const
Use satisfies operator for type checking without widening
Use mapped types for transforming object types
Use conditional types for type-level logic
Leverage template literal types for string manipulation
Use ES6 imports/exports consistently
Use default exports sparingly, prefer named exports
Use type-only imports: import type { ... } from ...
No any types without justification
Proper error handling with typed errors
Consistent use of readonly for immutable data
Proper generic constraints
No unused type parameters
Proper use of utility types instead of manual type construction
Type-only imports where possible
Proper tree-shaking friendly exports
No circular dependencies
Efficient type computations (avoid deep recursion)

Files:

  • packages/localizations/src/he-IL.ts
🪛 LanguageTool
.changeset/ripe-beers-sit.md

[grammar] ~5-~5: Ensure spelling is correct
Context: ...nd corrected translation at userProfile deletPage actionDescription

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)


[grammar] ~5-~5: Ensure spelling is correct
Context: ... userProfile deletPage actionDescription

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🔇 Additional comments (3)
packages/localizations/src/he-IL.ts (3)

1039-1039: LGTM! Translation correction applied.

The updated translation for deletePage.actionDescription aligns with the changeset description.


1281-1285: LGTM! Complete waitlist start screen translations added.

All required fields for the waitlist start screen have been properly translated and follow the existing structure in the file.


1288-1290: LGTM! Complete waitlist success screen translations added.

All required fields for the waitlist success screen have been properly translated and follow the existing structure in the file.

@wobsoriano wobsoriano changed the title feat(localizations): add Hebrew translations for waitlist component chore(localizations): add Hebrew translations for waitlist component Nov 12, 2025
Copy link
Member

@wobsoriano wobsoriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
.changeset/beige-pans-shave.md (1)

9-9: Minor capitalization inconsistency in description.

Line 9 starts with a lowercase "c" while the preceding bullet points (lines 7–8) begin with capital letters. For consistency, capitalize the first word.

-- corrected userProfile deletePage actionDescription
+- Corrected userProfile deletePage actionDescription
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 66bdd13 and 0ad17a5.

📒 Files selected for processing (1)
  • .changeset/beige-pans-shave.md (1 hunks)
⏰ 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). (2)
  • GitHub Check: semgrep-cloud-platform/scan
  • GitHub Check: semgrep-cloud-platform/scan

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 12, 2025

Open in StackBlitz

@clerk/agent-toolkit

npm i https://pkg.pr.new/@clerk/agent-toolkit@7204

@clerk/astro

npm i https://pkg.pr.new/@clerk/astro@7204

@clerk/backend

npm i https://pkg.pr.new/@clerk/backend@7204

@clerk/chrome-extension

npm i https://pkg.pr.new/@clerk/chrome-extension@7204

@clerk/clerk-js

npm i https://pkg.pr.new/@clerk/clerk-js@7204

@clerk/dev-cli

npm i https://pkg.pr.new/@clerk/dev-cli@7204

@clerk/elements

npm i https://pkg.pr.new/@clerk/elements@7204

@clerk/clerk-expo

npm i https://pkg.pr.new/@clerk/clerk-expo@7204

@clerk/expo-passkeys

npm i https://pkg.pr.new/@clerk/expo-passkeys@7204

@clerk/express

npm i https://pkg.pr.new/@clerk/express@7204

@clerk/fastify

npm i https://pkg.pr.new/@clerk/fastify@7204

@clerk/localizations

npm i https://pkg.pr.new/@clerk/localizations@7204

@clerk/nextjs

npm i https://pkg.pr.new/@clerk/nextjs@7204

@clerk/nuxt

npm i https://pkg.pr.new/@clerk/nuxt@7204

@clerk/clerk-react

npm i https://pkg.pr.new/@clerk/clerk-react@7204

@clerk/react-router

npm i https://pkg.pr.new/@clerk/react-router@7204

@clerk/remix

npm i https://pkg.pr.new/@clerk/remix@7204

@clerk/shared

npm i https://pkg.pr.new/@clerk/shared@7204

@clerk/tanstack-react-start

npm i https://pkg.pr.new/@clerk/tanstack-react-start@7204

@clerk/testing

npm i https://pkg.pr.new/@clerk/testing@7204

@clerk/themes

npm i https://pkg.pr.new/@clerk/themes@7204

@clerk/types

npm i https://pkg.pr.new/@clerk/types@7204

@clerk/upgrade

npm i https://pkg.pr.new/@clerk/upgrade@7204

@clerk/vue

npm i https://pkg.pr.new/@clerk/vue@7204

commit: b69595a

@vercel
Copy link

vercel bot commented Nov 12, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
clerk-js-sandbox Ready Ready Preview Comment Nov 12, 2025 2:28pm

@jacekradko jacekradko merged commit 9f48f13 into clerk:main Nov 14, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants