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
Named interpolation is not working with pluralization as expected.
The official example demonstrates using named interpolation for n with the value too many. However, using the exact code in a minimal reproduction produces a different output, which does not include the interpolated value (too many).
Expected behavior
The n parameter is expected to be replaced with the interpolated value (e.g., too many in this example).
Reporting a bug?
Named interpolation is not working with pluralization as expected.
The official example demonstrates using named interpolation for
n
with the valuetoo many
. However, using the exact code in a minimal reproduction produces a different output, which does not include the interpolated value (too many
).Expected behavior
The
n
parameter is expected to be replaced with the interpolated value (e.g.,too many
in this example).Reproduction
https://stackblitz.com/edit/vitejs-vite-dpxmpk?file=src%2FApp.vue
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: