summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-11-04 07:54:37 +0100
committerOskar <oskar@mullvad.net>2024-11-14 16:43:38 +0100
commitd2276df2dacd46a43df9bf5c631f1a8bd5ce8a0c (patch)
tree0a30b5a59aedca872817f648306844d4d94853c4 /desktop
parentd7c1f569a8e37a642605358fccb87f2f0257dc13 (diff)
downloadmullvadvpn-d2276df2dacd46a43df9bf5c631f1a8bd5ce8a0c.tar.xz
mullvadvpn-d2276df2dacd46a43df9bf5c631f1a8bd5ce8a0c.zip
Update localization script
Diffstat (limited to 'desktop')
-rw-r--r--desktop/packages/mullvad-vpn/scripts/verify-translations-format.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/scripts/verify-translations-format.ts b/desktop/packages/mullvad-vpn/scripts/verify-translations-format.ts
index 05ffb3e504..ad3c027ac9 100644
--- a/desktop/packages/mullvad-vpn/scripts/verify-translations-format.ts
+++ b/desktop/packages/mullvad-vpn/scripts/verify-translations-format.ts
@@ -2,7 +2,7 @@ import fs from 'fs';
import { GetTextTranslation, po } from 'gettext-parser';
import path from 'path';
-const LOCALES_DIR = path.join('..', 'locales');
+const LOCALES_DIR = path.join('locales');
const ALLOWED_TAGS = ['b', 'br'];
const ALLOWED_VOID_TAGS = ['br'];