Language tooltip

This commit is contained in:
Natsumi
2026-02-13 13:57:43 +13:00
committed by pa
parent cd1aba59a1
commit 1934aee9e0
2 changed files with 6 additions and 3 deletions

View File

@@ -94,6 +94,7 @@
"forgotPassword": "Forgot Password?",
"updater": "Updater",
"proxy_settings": "Proxy settings",
"language": "Language",
"field": {
"username": "Username or Email",
"password": "Password",

View File

@@ -13,9 +13,11 @@
</TooltipWrapper>
<DropdownMenu>
<DropdownMenuTrigger as-child>
<Button class="rounded-full text-xs" size="icon-sm" variant="ghost">
<Languages />
</Button>
<TooltipWrapper side="top" :content="t('view.login.language')">
<Button class="rounded-full text-xs" size="icon-sm" variant="ghost">
<Languages />
</Button>
</TooltipWrapper>
</DropdownMenuTrigger>
<DropdownMenuContent class="max-h-80 overflow-y-auto text-xs">
<DropdownMenuCheckboxItem