Open
Description
Hello,
I think this plugin should work seamlessly with nuxt-i18n
, another official Nuxt module.
Currently, for every project, I need to setup a plugin so nuxt-moment
and nuxt-i18n
work properly togerther.
$moment.locale(app.i18n.locale);
app.i18n.beforeLanguageSwitch = async (oldLocale, newLocale) => {
$moment.locale(newLocale);
};
Metadata
Metadata
Assignees
Labels
No labels