mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
chore(i18n): resolve last 2 missing providers/[id] keys
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.*).
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user