Skip to content

Commit 0cb4d11

Browse files
committed
PR feedback
1 parent d7cc4b4 commit 0cb4d11

File tree

19 files changed

+0
-38
lines changed

19 files changed

+0
-38
lines changed

webview-ui/src/components/common/__tests__/CodeBlock.spec.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ vi.mock("../../../i18n/TranslationContext", () => ({
1313
"chat:codeblock.tooltips.copy_code": "Copy code",
1414
"chat:codeblock.tooltips.expand": "Expand code block",
1515
"chat:codeblock.tooltips.collapse": "Collapse code block",
16-
"chat:codeblock.tooltips.enable_wrap": "Enable word wrap",
17-
"chat:codeblock.tooltips.disable_wrap": "Disable word wrap",
1816
}
1917
return translations[key] || key
2018
},

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

Lines changed: 0 additions & 2 deletions
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: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@
335335
"tooltips": {
336336
"expand": "Expand code block",
337337
"collapse": "Collapse code block",
338-
"enable_wrap": "Enable word wrap",
339-
"disable_wrap": "Disable word wrap",
340338
"copy_code": "Copy code"
341339
}
342340
},

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

Lines changed: 0 additions & 2 deletions
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: 0 additions & 2 deletions
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: 0 additions & 2 deletions
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: 0 additions & 2 deletions
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: 0 additions & 2 deletions
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: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)