mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
8 lines
No EOL
193 B
JavaScript
8 lines
No EOL
193 B
JavaScript
export default async ({ app, $vuetify }) => {
|
|
|
|
$vuetify.lang.current = app.i18n.locale
|
|
|
|
app.i18n.onLanguageSwitched = (oldLocale, newLocale) => {
|
|
$vuetify.lang.current = newLocale
|
|
}
|
|
} |