Each time I run php artisan localization:missing, every file is updated with the "generated by" line.
Then version control (git) want to update all the lang files and I need to unstage manually each file.
Would be great to have an option to not add this "generated" line. Ideally in config so it can be made a default.
Each time I run php artisan localization:missing, every file is updated with the "generated by" line. Then version control (git) want to update all the lang files and I need to unstage manually each file.
Would be great to have an option to not add this "generated" line. Ideally in config so it can be made a default.
Is it a good idea? Intended behavior?
And thank you for the great tool btw