We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5053ed commit a53553bCopy full SHA for a53553b
packages/userscript/source/Engine.ts
@@ -345,7 +345,7 @@ export class Engine {
345
}
346
347
iactivity(
348
- i18nLiteral: keyof (typeof i18nData)[SupportedLanguage],
+ i18nLiteral: keyof (typeof i18nData)["en"],
349
i18nArgs: Array<number | string> = [],
350
logStyle?: ActivityClass
351
): void {
@@ -359,7 +359,7 @@ export class Engine {
359
360
361
imessage(
362
363
i18nArgs: Array<number | string> = []
364
365
this._printOutput("ks-default", "#aa50fe", this.i18n(i18nLiteral, i18nArgs));
0 commit comments