Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/ar.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/br.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/bs.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/da.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/de.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/en.ts
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export * from "@opencode-ai/ui/i18n/en"
import { dict as base } from "@opencode-ai/ui/i18n/en"

export const dict = {
...base,
"ui.sessionTurn.status.delegatingWaitingPermission": "Subagent waiting for permission",
"ui.sessionTurn.status.delegatingWaitingQuestion": "Subagent waiting for response",
"ui.messagePart.mcp.input": "Input",
"ui.messagePart.mcp.output": "Output",
"ui.message.revertMessage": "Revert to here",
}
11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/es.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/fr.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/ja.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/ko.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/no.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/pl.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/ru.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/th.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/tr.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/zh.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion packages/kilo-ui/src/i18n/zht.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions packages/kilo-vscode/tests/unit/i18n-keys.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,26 @@ import { dict as appTr } from "../../webview-ui/src/i18n/tr"
import { dict as appNl } from "../../webview-ui/src/i18n/nl"
import { dict as appUk } from "../../webview-ui/src/i18n/uk"

// Layer 2: upstream UI (@opencode-ai/ui re-exported via @kilocode/kilo-ui)
import { dict as uiEn } from "../../../ui/src/i18n/en"
import { dict as uiZh } from "../../../ui/src/i18n/zh"
import { dict as uiZht } from "../../../ui/src/i18n/zht"
import { dict as uiKo } from "../../../ui/src/i18n/ko"
import { dict as uiDe } from "../../../ui/src/i18n/de"
import { dict as uiEs } from "../../../ui/src/i18n/es"
import { dict as uiFr } from "../../../ui/src/i18n/fr"
import { dict as uiDa } from "../../../ui/src/i18n/da"
import { dict as uiJa } from "../../../ui/src/i18n/ja"
import { dict as uiPl } from "../../../ui/src/i18n/pl"
import { dict as uiRu } from "../../../ui/src/i18n/ru"
import { dict as uiAr } from "../../../ui/src/i18n/ar"
import { dict as uiNo } from "../../../ui/src/i18n/no"
import { dict as uiBr } from "../../../ui/src/i18n/br"
import { dict as uiTh } from "../../../ui/src/i18n/th"
import { dict as uiBs } from "../../../ui/src/i18n/bs"
import { dict as uiTr } from "../../../ui/src/i18n/tr"
import { dict as uiNl } from "../../../ui/src/i18n/nl"
import { dict as uiUk } from "../../../ui/src/i18n/uk"
// Layer 2: shared UI (@kilocode/kilo-ui extends @opencode-ai/ui with Kilo-specific overrides)
import { dict as uiEn } from "@kilocode/kilo-ui/i18n/en"
import { dict as uiZh } from "@kilocode/kilo-ui/i18n/zh"
import { dict as uiZht } from "@kilocode/kilo-ui/i18n/zht"
import { dict as uiKo } from "@kilocode/kilo-ui/i18n/ko"
import { dict as uiDe } from "@kilocode/kilo-ui/i18n/de"
import { dict as uiEs } from "@kilocode/kilo-ui/i18n/es"
import { dict as uiFr } from "@kilocode/kilo-ui/i18n/fr"
import { dict as uiDa } from "@kilocode/kilo-ui/i18n/da"
import { dict as uiJa } from "@kilocode/kilo-ui/i18n/ja"
import { dict as uiPl } from "@kilocode/kilo-ui/i18n/pl"
import { dict as uiRu } from "@kilocode/kilo-ui/i18n/ru"
import { dict as uiAr } from "@kilocode/kilo-ui/i18n/ar"
import { dict as uiNo } from "@kilocode/kilo-ui/i18n/no"
import { dict as uiBr } from "@kilocode/kilo-ui/i18n/br"
import { dict as uiTh } from "@kilocode/kilo-ui/i18n/th"
import { dict as uiBs } from "@kilocode/kilo-ui/i18n/bs"
import { dict as uiTr } from "@kilocode/kilo-ui/i18n/tr"
import { dict as uiNl } from "@kilocode/kilo-ui/i18n/nl"
import { dict as uiUk } from "@kilocode/kilo-ui/i18n/uk"

// Layer 3: kilo-i18n overrides
import { dict as kiloEn } from "../../../kilo-i18n/src/en"
Expand Down
5 changes: 0 additions & 5 deletions packages/ui/src/i18n/ar.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/ui/src/i18n/br.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/ui/src/i18n/bs.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/ui/src/i18n/da.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions packages/ui/src/i18n/de.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading