xiCO2k / laravel-vue-i18n

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

fix: Not handling empty string translations. #155

Closed xiCO2k closed 10 months ago

xiCO2k commented 10 months ago

Fixes #153

msucevan commented 4 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