Adam 7 mesi fa
parent
commit
c41c9a366f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/app/src/i18n/no.ts

+ 1 - 1
packages/app/src/i18n/no.ts

@@ -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",