mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor
This commit is contained in:
parent
3cf03dbd1c
commit
079500dd8c
1 changed files with 2 additions and 1 deletions
|
@ -1,15 +1,16 @@
|
|||
// const minifyTheme = require('minify-css-string').default
|
||||
// import { ca, cs, de, en, es, fr, it, nl, pl, pt, tr, sk, sv, ro, ru, zhHans } from 'vuetify/lib/locale/index.mjs'
|
||||
import { ca, cs, de, en, es, eu, fr, gl, it, nb, nl, pl, pt, tr, sk, sv, ro, ru, zhHans } from 'vuetify/lib/locale'
|
||||
|
||||
import { aliases, mdi } from 'vuetify/iconsets/mdi'
|
||||
export default (ctx) => {
|
||||
console.error(ctx)
|
||||
|
||||
// const settings = process.server ? (res.locals.settings || {}) : nuxtState.state.settings || {}
|
||||
// const is_dark = nuxtState?.state?.localSettings['theme.is_dark'] ?? settings['theme.is_dark']
|
||||
|
||||
return {
|
||||
lang: { locales: { ca, cs, de, en, es, eu, fr, gl, it, nb, nl, pl, pt, sk, sv, tr, ro, ru, zhHans } },
|
||||
// lang: { locales: { ca, cs, de, en, es, fr, it, nl, pl, pt, sk, sv, tr, ro, ru, zhHans } },
|
||||
theme: {
|
||||
options: {
|
||||
customProperties: false,
|
||||
|
|
Loading…
Reference in a new issue