userfrosting/fortress

Move message stream and translator out of Fortress?

Closed this issue · 1 comments

It seems like we should slim down Fortress and keep its focus on validation. So, it would be good if we can decouple MessageStream and MessageTranslator, either putting them in their own package or just moving them to the UF core.

MessageTranslator has been moved to https://github.com/userfrosting/i18n. MessageStream has been removed completely (it may end up as part of the UF core later).