feat(i18n): Hebrew locale + full RTL support

This commit is contained in:
Shuki Vaknin
2026-07-08 00:07:34 +02:00
committed by Linus Rath
parent 8904d724bb
commit 22418c17cf
113 changed files with 3958 additions and 494 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export function AdvancedSearchPanel({
<span className="text-sm font-medium text-foreground">{t("title")}</span>
<div className="flex items-center gap-1">
<Button variant="ghost" size="sm" onClick={handleClear} className="h-7 px-2 text-xs">
<RotateCcw className="w-3 h-3 mr-1" />
<RotateCcw className="w-3 h-3 me-1" />
{t("clear")}
</Button>
<Button variant="ghost" size="icon" onClick={onClose} className="h-7 w-7">
+1 -1
View File
@@ -81,7 +81,7 @@ export function SearchChips({
<button
type="button"
onClick={() => onRemoveFilter(chip.key)}
className="ml-0.5 p-0.5 rounded-full hover:bg-primary/20 transition-colors"
className="ms-0.5 p-0.5 rounded-full hover:bg-primary/20 transition-colors"
>
<X className="w-3 h-3" />
</button>