language updates

This commit is contained in:
Amruth Pillai
2026-03-17 23:52:09 +01:00
parent 571a1c1efe
commit f431c0fd89
55 changed files with 213 additions and 1 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export function Header() {
<div className="ml-auto flex items-center gap-x-2">
<LocaleCombobox
render={
<Button size="icon" variant="ghost">
<Button size="icon" variant="ghost" aria-label={t`Change language`}>
<TranslateIcon />
</Button>
}