Skip to content

Additional format when exporting messages

Compare
Choose a tag to compare
@kg-bot kg-bot released this 21 Aug 12:32
· 19 commits to master since this release
d9b87ef

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