Yanic Lemire
Yanic Lemire
Basically if one can create a PR that updates all values inside src/Sidekick.Common/Game/Languages/Implementations/GameLanguageZhTw.cs it should all work. Look at other languages in that folder to understand what is expected. The...
Are they using different websites? We could have a base class with the translations, and two override class for the different websites. How would you name the two options in...
This is unfortunately not a quick fix. the trade API requires users to be logged in. We are getting 401 errors from the http://www.pathofexile.tw/trade2/ APIs. This is different than other...
Priorities can change, but we are going to focus on other issues. We want authentication to be there for the next PoE1 league, so maybe sometime between now and then
Thanks for the suggestion. We would need to have a way to show an error screen in case an error occurs during startup. Otherwise this is doable for sure :)
We are making not initialization screen not be a modal (forced to be on top of everything else). In addition, we are able to bypass the home screen (by unchecking...
The chinese API contains slightly different information (different order). It makes it tricky to match 1-to-1 to english. I suggest only searching by item class until we find a solution.
Oh, if we can somehow extract a translated metadata.json from there, we would start getting much better results. Nice find
This should be fixed by #803
Most of these should be fixed. The API has been updated and our code is also more accurate in parsing. Some items are probably outdated too. If you find new...