kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js
https://kazupon.github.io/vue-i18n/
MIT License
7.27k stars 860 forks source link

Returning an Empty String for Undefined Keys in Vue-i18n #1683

Open aliosmanmenekse opened 1 year ago

aliosmanmenekse commented 1 year ago

Clear and concise description of the problem

I'm planning to open a bug issue for vue-i18n. I would like to request a feature where if a key doesn't exist in the messages data, it should return an empty string. However, I couldn't find such an option. Can you assist me with this? My current version is 8.28.2

vue:2.7

Suggested solution

-

Alternative

No response

Additional context

No response

Validations

aliosmanmenekse commented 1 year ago

@kazupon do you have any time to check it?