feat(i18n): Hebrew locale + full RTL support
This commit is contained in:
@@ -131,7 +131,7 @@ export function CalendarAgendaView({
|
||||
)}>
|
||||
{formatDateHeader(group.date)}
|
||||
</span>
|
||||
<span className="text-xs text-muted-foreground ml-2">
|
||||
<span className="text-xs text-muted-foreground ms-2">
|
||||
{intlFormatter.dateTime(group.date, { month: "short", day: "numeric", year: "numeric" })}
|
||||
</span>
|
||||
</div>
|
||||
@@ -163,7 +163,7 @@ export function CalendarAgendaView({
|
||||
onMouseLeave={() => onHoverLeave?.()}
|
||||
onContextMenu={onContextMenuEvent ? (e) => onContextMenuEvent(e, ev) : undefined}
|
||||
className={cn(
|
||||
"w-full flex items-start px-4 hover:bg-muted/50 transition-colors text-left",
|
||||
"w-full flex items-start px-4 hover:bg-muted/50 transition-colors text-start",
|
||||
isCancelled && "opacity-60"
|
||||
)}
|
||||
style={{ gap: 'var(--density-item-gap)', paddingBlock: 'var(--density-item-py)' }}
|
||||
|
||||
Reference in New Issue
Block a user