From c64f8f495f8fae05f1e16f2ba355ac9c9034685f Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Wed, 18 Dec 2024 17:42:46 -0800 Subject: [PATCH] [Release PR] Update VPN localization (#3675) Task/Issue URL: https://app.asana.com/0/1207941519901927/1209009536812109/f Tech Design URL: CC: Description: This PR updates VPN localization to fix an issue on macOS 11 and 12. --- .../Localizable.xcstrings | 6 ++++++ DuckDuckGoVPN/Localizable.xcstrings | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/DuckDuckGo/NetworkProtection/NetworkExtensionTargets/NetworkExtensionAndNotificationTargets/Localizable.xcstrings b/DuckDuckGo/NetworkProtection/NetworkExtensionTargets/NetworkExtensionAndNotificationTargets/Localizable.xcstrings index a4d7368f52..b3cab01392 100644 --- a/DuckDuckGo/NetworkProtection/NetworkExtensionTargets/NetworkExtensionAndNotificationTargets/Localizable.xcstrings +++ b/DuckDuckGo/NetworkProtection/NetworkExtensionTargets/NetworkExtensionAndNotificationTargets/Localizable.xcstrings @@ -557,6 +557,12 @@ "value" : "Reconnect" } }, + "en-US" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reconnect" + } + }, "es" : { "stringUnit" : { "state" : "translated", diff --git a/DuckDuckGoVPN/Localizable.xcstrings b/DuckDuckGoVPN/Localizable.xcstrings index c18410e568..43636be9c4 100644 --- a/DuckDuckGoVPN/Localizable.xcstrings +++ b/DuckDuckGoVPN/Localizable.xcstrings @@ -557,6 +557,12 @@ "value" : "DuckDuckGo VPN" } }, + "en-US" : { + "stringUnit" : { + "state" : "translated", + "value" : "DuckDuckGo VPN" + } + }, "es" : { "stringUnit" : { "state" : "translated",