BraindeadDogge
I18N problem
Hi, i'm having a problem with i18n config in my project.
So, here how it looks like:
And for some reason i keep getting these warnings:
But if i would pass same config not in
i18n.config.ts
, but in nuxt.config.js
just by object, everything works perfectly fine. The only reason i have to use i18n.config.ts but not the main config is because i need to use html inside by locales, which i can only allow with warnHtmlInMessage
key, which doesn't work if you pass it in nuxt.config.ts
7 replies