i18nize remaining React UI strings (#2577)

This commit is contained in:
Steven Enamakel
2026-05-24 13:36:25 -07:00
committed by GitHub
parent b62409a0cf
commit b08998d5b0
103 changed files with 13549 additions and 1178 deletions
@@ -138,7 +138,7 @@ const McpServersTab = () => {
if (loading) {
return (
<div className="py-10 text-center text-sm text-stone-400 dark:text-neutral-500">
Loading MCP servers...
{t('mcp.tab.loading')}
</div>
);
}
@@ -174,7 +174,7 @@ const McpServersTab = () => {
<div className="flex-1 min-w-0 overflow-y-auto">
{rightPane.mode === 'none' && (
<div className="h-full flex items-center justify-center text-sm text-stone-400 dark:text-neutral-500">
Select a server or browse the catalog.
{t('mcp.tab.emptyDetail')}
</div>
)}