rmariuzzo / Laravel-JS-Localization

🌐 Convert your Laravel messages and consume them in the front-end!

Home Page:https://github.com/rmariuzzo/laravel-js-localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to empty value into Language Translation return key

Daviex opened this issue · comments

Hey.
Got this problem:
I try to get the message from locale file that has empty value, it can find it but return the key I asked for, while, If I add a space as a value, it give me the result.

I'm doing it wrong?

Thanks

This should be an issue of rmariuzzo/lang.js. Will check it later.

Ok thank you

@Daviex a quick update, this has been fixed in Lang.js. Soon, this tool will be also updated.

This has been fixed in the latest version (v1.4.7).

Tried, it works now, thanks so much!