diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2021-01-12 13:29:33 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2021-01-15 13:32:09 +0100 |
| commit | ef332247aa3408b2af862340cf3fe1ae4ee5054a (patch) | |
| tree | 6a4680d9ad599861246053404211ec8b6d5675c5 /gui/src/shared/gettext.ts | |
| parent | fd02a14f3fad35f49cfd7b9deb3aae02fcf9dda2 (diff) | |
| download | mullvadvpn-ef332247aa3408b2af862340cf3fe1ae4ee5054a.tar.xz mullvadvpn-ef332247aa3408b2af862340cf3fe1ae4ee5054a.zip | |
Use new logger
Diffstat (limited to 'gui/src/shared/gettext.ts')
| -rw-r--r-- | gui/src/shared/gettext.ts | 2 |
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'); |
