Skip to content

Commit 0fbdb9e

Browse files
committed
remove unuse i18n
1 parent 1dc79ce commit 0fbdb9e

File tree

19 files changed

+0
-19
lines changed

19 files changed

+0
-19
lines changed

src/core/tools/__tests__/readFileTool.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ vi.mock("../../../i18n", () => ({
154154
t: vi.fn((key: string, params?: Record<string, any>) => {
155155
// Map translation keys to English text
156156
const translations: Record<string, string> = {
157-
"tools:readFile.imageWithDimensions": "Image file ({{dimensions}}, {{size}} KB)",
158157
"tools:readFile.imageWithSize": "Image file ({{size}} KB)",
159158
"tools:readFile.imageTooLarge":
160159
"Image file is too large ({{size}} MB). The maximum allowed size is {{max}} MB.",

src/i18n/locales/ca/tools.json

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

src/i18n/locales/de/tools.json

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

src/i18n/locales/en/tools.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"definitionsOnly": " (definitions only)",
55
"maxLines": " (max {{max}} lines)",
66
"imageTooLarge": "Image file is too large ({{size}} MB). The maximum allowed size is {{max}} MB.",
7-
"imageWithDimensions": "Image file ({{dimensions}}, {{size}} KB)",
87
"imageWithSize": "Image file ({{size}} KB)"
98
},
109
"toolRepetitionLimitReached": "Roo appears to be stuck in a loop, attempting the same action ({{toolName}}) repeatedly. This might indicate a problem with its current strategy. Consider rephrasing the task, providing more specific instructions, or guiding it towards a different approach.",

src/i18n/locales/es/tools.json

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

src/i18n/locales/fr/tools.json

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

src/i18n/locales/hi/tools.json

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

src/i18n/locales/id/tools.json

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

src/i18n/locales/it/tools.json

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

src/i18n/locales/ja/tools.json

Lines changed: 0 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)