fix: type error

pull/10033/head
Adam 2026-01-22 07:24:13 -06:00
parent 4385f03053
commit c41c9a366f
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { dict as en } from "./en" import { dict as en } from "./en"
type Keys = keyof typeof en type Keys = keyof typeof en
export const dict: Record<Keys, string> = { export const dict = {
"command.category.suggested": "Foreslått", "command.category.suggested": "Foreslått",
"command.category.view": "Visning", "command.category.view": "Visning",
"command.category.project": "Prosjekt", "command.category.project": "Prosjekt",