Additional format when exporting messages
When calling php artisan export:messages
you can now use two formats, javascript
(which is default if you don't provide any arguments) and json
Example:
php artisan export:messages json
Json format works nice with i18n-ally VS Code plugin