Closed eiggiotti closed 7 months ago
@eiggiotti I'm fixing the configuration when providing locale.messages
(in the meantime, if you are using only fr
entries you can remove messages entry and the import and use localeMessages
instead):
vuetifyOptions: {
locale: {
locale: 'fr',
},
localeMessages: ['fr'],
},
Thank you @userquin, that fixes it!
Hi!
I've encountered a bug while trying to use the vuetify french locale with this config:
The console gives this error:
And the page displays this error:
I've created this stackblitz to see the bug for yourself.
The problem seems to come from this code:
When
newVuetifyOptions
contains a single quote character, as it is the case when using the french locale, the generated code is no longer valid.