From c0c2efff970fb88b7b643f738d37128cbea58e01 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Tue, 19 May 2026 22:58:45 -0300 Subject: [PATCH] chore(i18n): resolve last 2 missing providers/[id] keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds providerDetailMyClaudeAccountPlaceholder and providerDetailPathAutoDetected — the final user-visible labels in the providers/[id] page that the round-5 subagent rewrote to t() calls without yet adding to en.json. Real missing keys: 0 (6 remaining are exampleTemplates.tsx false positives — t is passed as a parameter so the audit cannot resolve the namespace; keys do exist at translator.templatePayloads.*). --- src/i18n/messages/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index 2bb38a8d82..c9ea8a4904 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -3620,7 +3620,9 @@ "providerDetailAuthUrl": "Auth URL", "providerDetailCallbackUrl": "Callback URL", "providerDetailValidClaudeCredentialsFile": "Valid Claude credentials file", - "providerDetailPathAutoDetectedAllOs": "Path is auto-detected per OS (Linux/Mac/Windows)." + "providerDetailPathAutoDetectedAllOs": "Path is auto-detected per OS (Linux/Mac/Windows).", + "providerDetailMyClaudeAccountPlaceholder": "My Claude account", + "providerDetailPathAutoDetected": "Path is auto-detected per OS (Linux/Mac)." }, "settings": { "title": "Settings",