Crowdin: remove obsolete translation manually [skip ci]
For some reason updatets.py is not successfully removing obsolete translations. This is a long standing issue. The workaround is to manually remove them from the .ts file. ref: https://forum.freecadweb.org/viewtopic.php?f=21&t=51825&p=483474#p482519 crowdin: https://crowdin.com/translate/freecad/7254/en-pl?filter=basic&value=0#6572886
This commit is contained in:
@@ -149,7 +149,7 @@ QString checkStatusToString(const int &index)
|
||||
}
|
||||
if (index > 33 || index < 0)
|
||||
{
|
||||
QString message(QObject::tr("Out Of Enum Range:") + " ");
|
||||
QString message(QObject::tr("Out Of Enum Range:") + QString::fromLatin1(" "));
|
||||
QString number;
|
||||
number.setNum(index);
|
||||
message += number;
|
||||
|
||||
Reference in New Issue
Block a user