summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2021-08-18 11:15:52 +0200
committerOskar Nyberg <oskar@mullvad.net>2021-08-19 11:26:55 +0200
commit25f5140dd35374981ec99fe61b26ded16fe160a4 (patch)
tree6c42d1143e9dbe0597050339061dc2ec926a3819 /gui
parent281488dcbf634fc93bab1991bbcc8f4f97d118ae (diff)
downloadmullvadvpn-25f5140dd35374981ec99fe61b26ded16fe160a4.tar.xz
mullvadvpn-25f5140dd35374981ec99fe61b26ded16fe160a4.zip
Remove last translation of 'Mullvad VPN'
Diffstat (limited to 'gui')
-rw-r--r--gui/locales/messages.pot7
-rw-r--r--gui/src/main/index.ts2
-rw-r--r--gui/src/shared/localization-contexts.ts1
3 files changed, 4 insertions, 6 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot
index 64733884ef..06f07ecf2a 100644
--- a/gui/locales/messages.pot
+++ b/gui/locales/messages.pot
@@ -467,10 +467,6 @@ msgctxt "filter-by-provider-view"
msgid "All providers"
msgstr ""
-msgctxt "generic"
-msgid "Mullvad VPN"
-msgstr ""
-
msgctxt "in-app-notifications"
msgid "\"Always require VPN\" is enabled."
msgstr ""
@@ -1339,6 +1335,9 @@ msgstr ""
msgid "Install Mullvad VPN (%s) to stay up to date"
msgstr ""
+msgid "Mullvad VPN"
+msgstr ""
+
msgid "Mullvad account number"
msgstr ""
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index 95771c5878..aa49ff460d 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1761,7 +1761,7 @@ class ApplicationMain {
const template: Electron.MenuItemConstructorOptions[] = [
{
label: sprintf(messages.pgettext('tray-icon-context-menu', 'Open %(mullvadVpn)s'), {
- mullvadVpn: messages.pgettext('generic', 'Mullvad VPN'),
+ mullvadVpn: 'Mullvad VPN',
}),
click: () => this.windowController?.show(),
},
diff --git a/gui/src/shared/localization-contexts.ts b/gui/src/shared/localization-contexts.ts
index b39dcc0681..bf458444ca 100644
--- a/gui/src/shared/localization-contexts.ts
+++ b/gui/src/shared/localization-contexts.ts
@@ -1,5 +1,4 @@
export type LocalizationContexts =
- | 'generic'
| 'accessibility'
| 'login-view'
| 'auth-failure'