Multilanguage support using I18n (German, Spanish, French, Russian)

This commit is contained in:
morg 2022-05-25 13:07:50 +00:00 committed by Adam Honse
parent e4bb578801
commit f7f41596cc
46 changed files with 6646 additions and 124 deletions

View file

@ -99,9 +99,9 @@ QVariant DetectorTableModel::headerData(int index, Qt::Orientation orientation,
switch(index)
{
case 0:
return "Name";
return tr("Name");
case 1:
return "Enabled";
return tr("Enabled");
}
}
}