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
As of Laravel 5.5 packages translations are loaded from its ServiceProvider with . loadTranslationsFrom() method.
However these translations are not being pulled in the generated messages.js. How would i get this to work?