Thomas Ricouard

Results 397 comments of Thomas Ricouard

yeah, you could look for the right sidebar and don't swizzle it. But then you have to look for the code editor and group navigator to swizzle only those.

Yeah! This is definitely something we've been thinking about and that @ericlewis started to build. Would love to have that built in!

For items we use a local catalog dump, which for now is english only. In the mid/long I think we'll need to localize it fully. For villagers I'll display their...

I’ll take a look at that a bit later, but with 5000+ items we’ll use a translated data source, I’ll just pull another json.

This is perfect! Thank you so much for the repo link. With those JSON we just have to match the internal id with our datasource and done. Crazy. I'll be...

Note: We'll not use `Localizable.string`. I'll pull the Locale from the phone, and then load the appropriate translation JSON and replace the item name with the one pulled from the...

You're code is a great help, I'm almost done :)

Yup fixed that too, commiting in 5 minutes. You'll see, I like the approach I did. We load current localization table in memory in just query it from the Item.

https://github.com/Dimillian/ACHNBrowserUI/commit/081c8469d9f8b4c04ae336a49565967ce9f6ec01 @vknabel It's basic but it works :) So happy we have that nailed down in so little time!