feat: add translate

This commit is contained in:
semenov
2024-08-29 17:25:42 +03:00
parent a200b679d8
commit 6a71f421fd
20 changed files with 434 additions and 182 deletions

View File

@@ -53,6 +53,6 @@ QString Tools::convertFileSize(quint64 fileSize)
}
QString result = "Доступно обновление: " + resultSize;
QString result = resultSize;
return result;
}