laralove143/larabot

centralize localization further

Closed this issue · 0 comments

currently, RequiredData associated type in traits is used to pass locale around, which is more code than necessary since basically every action involving ui requires locale context, so locale should be attached directly to traits in interaction module

they can be set to "" if they're not used anyway