You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
orphp artisan localization:missing --support-fallbacks
The text was updated successfully, but these errors were encountered: