Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upItem names always appearing in English #5
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by https://steamcommunity.com/profiles/76561198291133191/
Even if your browser/steam language is set to something other than English the item that is in focus in the inventory has an English name.
This bug was introduced when I changed the API request to English as some functionality was broken otherwise. For item quality can't be reliably determined when there are so many languages.
The fix should involve getting the name from the page. I have tried getting it from the elements, but it's unreliable. I am working on getting it from the page-context functions but hit some roadblocks.