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:
luz paz
2021-03-10 11:35:58 -05:00
parent aa4d17a457
commit e312b5f740
3 changed files with 6 additions and 16 deletions

View File

@@ -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;