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