Translations with dynamic arguments not working in build mode? #2015
Unanswered
alexgil1994
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, using Nuxt 3.4.1 and
"@nuxtjs/i18n": "^8.0.0-beta.11",
we saw that inbuild mode
use cases like this one :"resultsFound": "{0} results found",
(accessed like
("label.show.showing", [props.startIndex, props.endIndex, props.totalItems])
)don't work while in
dev mode
they do. Is this a bug or did anything change? The same use case was also working for vue/nuxt 2 so I suspect that it may be a bug?Beta Was this translation helpful? Give feedback.
All reactions