kazupon / vue-i18n

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

Fallback when value is undefined. #1674

Open rendomnet opened 1 year ago

rendomnet commented 1 year ago

Clear and concise description of the problem

$t(undefined value) causes error.

Suggested solution

Fallback to "unknown" "not found" etc, when value is undefined.

Alternative

No response

Additional context

No response

Validations