diff --git a/src/i18n.ts b/src/i18n.ts index 4d63320ca..8fbef52fa 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -15,11 +15,7 @@ import ruCommands from './locales/ru/commands.json' import jaCommands from './locales/ja/commands.json' import koCommands from './locales/ko/commands.json' -function buildLocale( - main: typeof en, - nodes: typeof enNodes, - commands: typeof enCommands -) { +function buildLocale(main: M, nodes: N, commands: C) { return { ...main, nodeDefs: nodes,