mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Added I18N for PQs, initial version. Hence resource file and language files. Changed samplesphysicalquantities to check some I18N topics.
This commit is contained in:
@@ -45,7 +45,7 @@ bool CTransponder::validate(bool strict) const
|
||||
/**
|
||||
* String representation
|
||||
*/
|
||||
QString CTransponder::stringForConverter() const
|
||||
QString CTransponder::stringForConverter(bool /** i18n **/) const
|
||||
{
|
||||
QString s = this->getName();
|
||||
s = s.append(" ").append(this->getTransponderCodeFormatted()).append(" ").append(this->getModeAsString());
|
||||
|
||||
Reference in New Issue
Block a user