feat(i18n): add Hebrew (he) language translations#8722
feat(i18n): add Hebrew (he) language translations#8722zivba-ginotkehila wants to merge 1 commit intomakeplane:previewfrom
Conversation
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>
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). 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. Comment |
Summary
translations.ts(1721 entries),accessibility.ts(26 entries),empty-state.ts(93 entries), andeditor.ts(empty, matching English source)Translation Coverage
Changes
packages/i18n/src/locales/he/translations.ts— Main UI string translationspackages/i18n/src/locales/he/accessibility.ts— Accessibility labelspackages/i18n/src/locales/he/empty-state.ts— Empty state messagespackages/i18n/src/locales/he/editor.ts— Editor strings (empty, same as EN)packages/i18n/src/types/language.ts— Add"he"toTLanguageunionpackages/i18n/src/constants/language.ts— Add{ label: "עברית", value: "he" }toSUPPORTED_LANGUAGESpackages/i18n/src/locales/index.ts— Addhelocale lazy importsNotes
{count, plural, ...}) is used where appropriate🤖 Generated with Claude Code