-
If I set my locale to en-au, the dates format and display properly, but the js console is filled with messages: [Vue warn]: Vuetify: Translation key "$vuetify.open" not found in "en-Au", trying fallback locale. The fallback (en) works OK, but how do you stop the hundreds of warning messages? There is no en-au for messages. |
Beta Was this translation helpful? Give feedback.
Answered by
andyroz
Jul 8, 2025
Replies: 1 comment
-
Discovered this:
that is, you can set a locale for date only , and leave messages on 'en' |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andyroz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discovered this:
that is, you can set a locale for date only , and leave messages on 'en'