Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: call set_language even when LOCALIZE is off
This was causing a frankly hilarious bug that would cause Name::get to return "Tom" no matter what search flags were passed whenever localization was disabled. This meant that EVERYTHING was Tom. Have you been to Tom Town yet? No? That's because it's also called Tom Tom. Can't remember that person's name? It's Tom. Their last name? Also Tom. Committing some identity theft but stuck on "Mother's maiden name"? I'll give you a hint: it's Tom. This commit should fix this disastrous issue by making sure set_language, which is what loads the names file initially, gets called even when localization is disabled.
- Loading branch information