fix(ui): add remaining localization source copy

This commit is contained in:
Vincent Koc
2026-07-12 07:37:42 +02:00
committed by Vincent Koc
parent 05e95b7b45
commit c90ca4e968
4 changed files with 1209 additions and 4518 deletions

View File

@@ -940,7 +940,7 @@ class OpenClawShell extends OpenClawLightDomElement {
<button
type="button"
class="shell-nav-backdrop"
aria-label="Close navigation"
aria-label=${t("nav.close")}
@click=${() => this.closeNavDrawer({ restoreFocus: true })}
></button>
<openclaw-app-topbar

View File

@@ -93,7 +93,7 @@ function getPaletteBaseItems(): PaletteItem[] {
icon: "terminal",
category: "search",
action: "/verbose full",
description: "Toggle verbose mode.",
description: t("palette.descriptions.verboseMode"),
},
];
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff