xiCO2k / laravel-vue-i18n

Allows to connect your `Laravel` Framework translation files with `Vue`.
MIT License
598 stars 49 forks source link

Empty translations are not rendered #183

Open msucevan opened 1 month ago

msucevan commented 1 month ago

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.

xiCO2k commented 1 month ago

Thanks for letting me know, will check.