test: fix package.json unit test

pull/3206/head
Audric Ackermann 7 months ago
parent 1789ac30c8
commit 6e55cd6893

@ -279,11 +279,7 @@
"StartupWMClass": "Session"
},
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"target": [
"deb",
"rpm",
"freebsd"
],
"target": ["deb", "rpm", "freebsd"],
"icon": "build/icon-linux.icns"
},
"asarUnpack": [

@ -42,7 +42,6 @@ export const setupI18n = ({
setInitialLocale(locale);
const getMessageWithFunctions = getMessage;
// TODO - fix those `any`
(getMessageWithFunctions as any).inEnglish = inEnglish;
(getMessageWithFunctions as any).stripped = stripped;

2
ts/window.d.ts vendored

@ -11,9 +11,7 @@ import {
I18nMethods,
LocalizerDictionary,
LocalizerToken,
SetupI18nReturnType,
} from './types/Localizer';
import type { Locale } from './util/i18n';
export interface LibTextsecure {
messaging: boolean;

Loading…
Cancel
Save