mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix claudeCode.notFound translation key (#7571)
I think I saw someone post a screenshot where "errors.claudeCode.notFound" was shown untranslated.
This commit is contained in:
parent
c97027427b
commit
97cfb962a0
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ function attemptParseChunk(data: string): ClaudeCodeMessage | null {
|
|||
* Creates a user-friendly error message for Claude Code ENOENT errors
|
||||
*/
|
||||
function createClaudeCodeNotFoundError(claudePath: string, originalError: Error): Error {
|
||||
const errorMessage = t("errors.claudeCode.notFound", {
|
||||
const errorMessage = t("common:errors.claudeCode.notFound", {
|
||||
claudePath,
|
||||
installationUrl: CLAUDE_CODE_INSTALLATION_URL,
|
||||
originalError: originalError.message,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue