feat: add i18n

This commit is contained in:
Henry Li
2026-01-24 22:19:37 +08:00
parent 481396210b
commit 48b5428000
5 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export function ToolSettingsPage() {
description={t.settings.tools.description}
>
{isLoading ? (
<div>Loading...</div>
<div className="text-muted-foreground text-sm">{t.common.loading}</div>
) : error ? (
<div>Error: {error.message}</div>
) : (