-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
Milestone
Description
Hey @potsky,
What do you think about idea that accept null values as a translations? This approach would allow you to use translations fallbacks - because you probably want to display english translation to the user instead of something like TODO: hello_user
This could be possible using a custom parameter like:
php artisan localization:missing -l null
or php artisan localization:missing --support-fallbacks