Laravel-JS-Localization
Laravel-JS-Localization copied to clipboard
Packages (`loadTranslationsFrom`) not supported?
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?
https://github.com/rmariuzzo/Laravel-JS-Localization/pull/149