Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 512f592

Browse files
committed
i18n
1 parent 8f46bc9 commit 512f592

18 files changed

Lines changed: 36 additions & 19 deletions

File tree

src/core/webview/webviewMessageHandler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3207,8 +3207,8 @@ export const webviewMessageHandler = async (
32073207

32083208
// Prepend human-readable guidance comments before the JSON payload
32093209
const headerComment =
3210-
"// You can share this with with Roo Code Support (support@roocode.com) to diagnose the issue faster\n" +
3211-
"// Make sure you're OK sharing the contents of the conversation below\n\n"
3210+
"// Please share this file with Roo Code Support (support@roocode.com) to diagnose the issue faster\n" +
3211+
"// Just make sure you're OK sharing the contents of the conversation below.\n\n"
32123212
const jsonContent = JSON.stringify(diagnostics, null, 2)
32133213
const fullContent = headerComment + jsonContent
32143214

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ko/chat.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)