summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/i18n
diff options
context:
space:
mode:
authorKit Langton <[email protected]>2026-04-15 22:17:59 -0400
committerGitHub <[email protected]>2026-04-16 02:17:59 +0000
commitcf423d27693ab5718eb836bdba7ba3ed357204b0 (patch)
treec4fe658200b7ebc1bdc5cc85971dab7b5b68ad03 /packages/app/src/i18n
parent62ddb9d3ad774f97d34c4004ee607fc86e69ddfc (diff)
downloadopencode-cf423d27693ab5718eb836bdba7ba3ed357204b0.tar.gz
opencode-cf423d27693ab5718eb836bdba7ba3ed357204b0.zip
fix: remove 10 unused type-only imports and declarations (#22696)
Diffstat (limited to 'packages/app/src/i18n')
-rw-r--r--packages/app/src/i18n/ko.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/app/src/i18n/ko.ts b/packages/app/src/i18n/ko.ts
index 0f2f7647a..1c1572009 100644
--- a/packages/app/src/i18n/ko.ts
+++ b/packages/app/src/i18n/ko.ts
@@ -1,7 +1,5 @@
import { dict as en } from "./en"
-type Keys = keyof typeof en
-
export const dict = {
"command.category.suggested": "추천",
"command.category.view": "보기",