#Does anyone know what causes this message in console?

8 messages · Page 1 of 1 (latest)

scarlet otter
#

Using Nuxt 3 with the i18n module

#

It shows the correct translation so it finds the json file

harsh prairie
#

It's letting you know that certain strings cant be found in the de locale and that it's falling back to your default

scarlet otter
#

default is not in the de.json so i have no clue

half grotto
#

It means that this keys are not defined in the de local, it will use the fallback. You have to define it in the de local file.

scarlet otter
#

it shows the error messages for all the text fields on the website, but it shows the correct translation for all of them

#

the error message also goes for all the language files actually. but it translates all of them correctly