Translates all ~400 UI strings to Hebrew across 16 message modules. Registers the 'he' locale in the i18n system and adds עברית to the language picker. Built on top of the rtl-support branch so RTL layout applies immediately when Hebrew is selected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
269 B
TypeScript
7 lines
269 B
TypeScript
export const timeMessages = {
|
|
"time.relative.justNow": "עכשיו",
|
|
"time.relative.daysAgoShort": "לפני {count} ימים",
|
|
"time.relative.hoursAgoShort": "לפני {count} שעות",
|
|
"time.relative.minutesAgoShort": "לפני {count} דקות",
|
|
} as const
|