xiCO2k / laravel-vue-i18n

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

fix: Not handling empty string translations. #155

Closed xiCO2k closed 9 months ago

xiCO2k commented 9 months ago

Fixes #153

msucevan commented 2 months ago

Hi @xiCO2k, I have a question. If I wanna render the key instead of an empty string, there's a way to do that? Like in Laravel if I have an empty translation, the expected behaviour is to have the key instead of the empty string