You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behaviour described in https://kazupon.github.io/vue-i18n/guide/fallback.html#fallback-interpolation does not work, at least with vue-i18n v9.10.2. One can not use the key as a template because included placeholder/parameters will not be replaced when a key and it's returned translation are identical, even if formatFallbackMessages is set to true.
Expected behavior
If formatFallbackMessages is set to true untranslated keys (i.e. key and its translation are identical) should have their parameters replaced.
Reporting a bug?
The behaviour described in https://kazupon.github.io/vue-i18n/guide/fallback.html#fallback-interpolation does not work, at least with vue-i18n v9.10.2. One can not use the key as a template because included placeholder/parameters will not be replaced when a key and it's returned translation are identical, even if formatFallbackMessages is set to true.
Expected behavior
If formatFallbackMessages is set to true untranslated keys (i.e. key and its translation are identical) should have their parameters replaced.
Reproduction
Simply try the code from https://kazupon.github.io/vue-i18n/guide/fallback.html#fallback-interpolation
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: