Multilanguage support using I18n (German, Spanish, French, Russian)
This commit is contained in:
parent
e4bb578801
commit
f7f41596cc
46 changed files with 6646 additions and 124 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue