Hey Guys,
So, I'm using ecto with Phoenix and it seems the built-in Ecto validation messages ("can't be blank," etc...) are hard coded into Ecto. What are people's opinions as to the best way to go about customizing these messages?
Also, it seems that previously Phoenix came with an i18n library, Linguist, but now that it has been removed as a dependency. Is Linguist still a good way to handle i18n, or was it removed to make way for other approaches? I couldn't find much about i18n phoenix apps documentation or otherwise, so any input would be much appreciated.
Many thanks in advance!
Best,
Jared