mirror of
https://github.com/edisionnano/QDiskInfo.git
synced 2026-03-07 20:09:55 +03:00
Translate "Conveyance"
This commit is contained in:
@@ -673,6 +673,8 @@ void MainWindow::populateWindow(const QJsonObject &localObj, const QString &heal
|
||||
QString keyTranslated;
|
||||
if (key == "short") {
|
||||
keyTranslated = tr("Short");
|
||||
} else if (key == "conveyance") {
|
||||
keyTranslated = tr("Conveyance");
|
||||
} else if (key == "extended") {
|
||||
keyTranslated = tr("Extended");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user