[Bug]: Villagers names on trading tab not translated
ffuentesm opened this issue ยท 3 comments
I had the same issue with the Tailor from Sewing Kit and I was just able to solve this by adding the following entry to the en_us.json
file via a resource pack:
// assets/sewingkit/lang/en_us.json
{
"entity.minecraft.villager.tailor": "Tailor"
}
This entry was not in the the file originally, but I noticed such an entry was present in other modded professions which were displaying correctly.