Skip to content

Commit

Permalink
strip spaces from language labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 1, 2024
1 parent f2d582f commit 6f2bc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/engine/stringtable.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit 6f2bc83

Please sign in to comment.