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
+2 -2
View File
@@ -73,7 +73,7 @@ export function ContactsSettings() {
description={tSettings("import_description")}
>
<Button variant="outline" size="sm" onClick={() => setShowImport(true)}>
<Upload className="w-4 h-4 mr-2" />
<Upload className="w-4 h-4 me-2" />
{t("import.title")}
</Button>
</SettingItem>
@@ -88,7 +88,7 @@ export function ContactsSettings() {
onClick={handleExport}
disabled={individuals.length === 0}
>
<Download className="w-4 h-4 mr-2" />
<Download className="w-4 h-4 me-2" />
{t("export.title")}
</Button>
</SettingItem>