summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/gettext.ts
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-01-12 13:29:33 +0100
committerOskar Nyberg <oskar@mullvad.net>2021-01-15 13:32:09 +0100
commitef332247aa3408b2af862340cf3fe1ae4ee5054a (patch)
tree6a4680d9ad599861246053404211ec8b6d5675c5 /gui/src/shared/gettext.ts
parentfd02a14f3fad35f49cfd7b9deb3aae02fcf9dda2 (diff)
downloadmullvadvpn-ef332247aa3408b2af862340cf3fe1ae4ee5054a.tar.xz
mullvadvpn-ef332247aa3408b2af862340cf3fe1ae4ee5054a.zip
Use new logger
Diffstat (limited to 'gui/src/shared/gettext.ts')
-rw-r--r--gui/src/shared/gettext.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/gettext.ts b/gui/src/shared/gettext.ts
index df15e0c2ef..3283269c70 100644
--- a/gui/src/shared/gettext.ts
+++ b/gui/src/shared/gettext.ts
@@ -1,9 +1,9 @@
-import log from 'electron-log';
import fs from 'fs';
import { po } from 'gettext-parser';
import Gettext from 'node-gettext';
import path from 'path';
import { LocalizationContexts } from './localization-contexts';
+import log from './logging';
const SOURCE_LANGUAGE = 'en';
const LOCALES_DIR = path.resolve(__dirname, '../../locales');