strip spaces from language labels.

This commit is contained in:
Christoph Oelckers 2024-05-01 11:58:30 +02:00
parent f2d582f680
commit 6f2bc8379a

View file

@ -254,6 +254,7 @@ bool FStringTable::ParseLanguageCSV(int filenum, const char* buffer, size_t size
}
}
row[labelcol].StripLeftRight();
FName strName = row[labelcol].GetChars();
if (hasDefaultEntry)
{