feat: add translate

This commit is contained in:
semenov
2024-08-29 17:25:42 +03:00
parent 143d7f0868
commit 0c1ec67d4e
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;
}