You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is what I do:
'en.auth-message': require('../../../resources/lang/en/auth/message.php'),and thenlang.get('auth-message.translation')which works. However doing this:en.auth/message': require('../../../resources/lang/en/auth/message.php'),and thenlang.get('auth/message.translation') or laravel conventionlang.get('auth.message.translation')` does not translate
Any indeas on how to best deal with this?