Skip to content

Commit

Permalink
[Release PR] Update VPN localization (#3675)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samsymons committed Dec 19, 2024
1 parent b9af857 commit c64f8f4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@
"value" : "Reconnect"
}
},
"en-US" : {
"stringUnit" : {
"state" : "translated",
"value" : "Reconnect"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
Expand Down
6 changes: 6 additions & 0 deletions DuckDuckGoVPN/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,12 @@
"value" : "DuckDuckGo VPN"
}
},
"en-US" : {
"stringUnit" : {
"state" : "translated",
"value" : "DuckDuckGo VPN"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
Expand Down

0 comments on commit c64f8f4

Please sign in to comment.