Skip to content

feat(i18n): add Hebrew (he) language translations#8722

Open
zivba-ginotkehila wants to merge 1 commit intomakeplane:previewfrom
zivba-ginotkehila:feat/add-hebrew-language
Open

feat(i18n): add Hebrew (he) language translations#8722
zivba-ginotkehila wants to merge 1 commit intomakeplane:previewfrom
zivba-ginotkehila:feat/add-hebrew-language

Conversation

@zivba-ginotkehila
Copy link

Summary

  • Add complete Hebrew (עברית) translations for all i18n files: translations.ts (1721 entries), accessibility.ts (26 entries), empty-state.ts (93 entries), and editor.ts (empty, matching English source)
  • Register Hebrew language in type definitions, supported languages list, and locale index with lazy imports
  • All translations reviewed and corrected using a purpose-built review tool

Translation Coverage

File Entries
translations.ts 1,721
empty-state.ts 93
accessibility.ts 26
editor.ts 0 (matches EN)
Total 1,840

Changes

  • packages/i18n/src/locales/he/translations.ts — Main UI string translations
  • packages/i18n/src/locales/he/accessibility.ts — Accessibility labels
  • packages/i18n/src/locales/he/empty-state.ts — Empty state messages
  • packages/i18n/src/locales/he/editor.ts — Editor strings (empty, same as EN)
  • packages/i18n/src/types/language.ts — Add "he" to TLanguage union
  • packages/i18n/src/constants/language.ts — Add { label: "עברית", value: "he" } to SUPPORTED_LANGUAGES
  • packages/i18n/src/locales/index.ts — Add he locale lazy imports

Notes

  • Hebrew is an RTL language; RTL layout support may need separate consideration
  • ICU MessageFormat syntax ({count, plural, ...}) is used where appropriate
  • Translations were machine-generated and then human-reviewed for accuracy

🤖 Generated with Claude Code

Add complete Hebrew translations for all i18n files:
- translations.ts: 1721 entries covering all UI strings
- accessibility.ts: 26 accessibility label entries
- empty-state.ts: 93 empty state message entries
- editor.ts: empty (matches English source)

Register Hebrew in language config:
- Add "he" to TLanguage type union
- Add "עברית" to SUPPORTED_LANGUAGES list
- Add he locale lazy imports to locales/index.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@CLAassistant
Copy link

CLAassistant commented Mar 7, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 7, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4b1d9e74-b8e5-481a-ad08-bc3cd3981615

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


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.

@zivba-ginotkehila zivba-ginotkehila changed the base branch from master to preview March 7, 2026 19:46
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.

3 participants