laravel-vue-i18n
laravel-vue-i18n copied to clipboard
Empty translations are not rendered
The issue is because of this PR.
The behaviour in Laravel is to render the key when the provided translation is empty or not found... With this change the package is not working anymore with the current Laravel business logic this can lead to some incongruences.