add artifact with translations and update Russian translation

This commit is contained in:
StrikerRUS 2024-07-04 18:57:05 +03:00
parent aae420e469
commit 5de4b8eeb8
11 changed files with 7388 additions and 3814 deletions

View file

@ -275,7 +275,7 @@ PageType {
if (Qt.platform.os === "windows") {
var fileName = SystemController.getFileName(qsTr("Open executable file"),
qsTr("Executable file (*.*)"))
qsTr("Executable files (*.*)"))
if (fileName !== "") {
AppSplitTunnelingController.addApp(fileName)
}