mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add russian locale
This commit is contained in:
parent
878c9dc7ad
commit
f406e60509
3 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 0486d0852db569b7064535f0d52709e06e9ecd1f
|
Subproject commit 12640461481cc39cdee8efa05e7fd02a6a60e99c
|
|
@ -2,7 +2,7 @@ const config = require('./server/config.js')
|
||||||
const minifyTheme = require('minify-css-string').default
|
const minifyTheme = require('minify-css-string').default
|
||||||
const locales = require('./locales/index')
|
const locales = require('./locales/index')
|
||||||
|
|
||||||
import { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, zhHans } from 'vuetify/lib/locale'
|
import { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, ru, zhHans } from 'vuetify/lib/locale'
|
||||||
|
|
||||||
const isDev = (process.env.NODE_ENV !== 'production')
|
const isDev = (process.env.NODE_ENV !== 'production')
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
@ -141,7 +141,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
buildModules: ['@nuxtjs/vuetify'],
|
buildModules: ['@nuxtjs/vuetify'],
|
||||||
vuetify: {
|
vuetify: {
|
||||||
lang: { locales: { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, zhHans } },
|
lang: { locales: { ca, de, en, es, eu, fr, gl, it, nb, pl, pt, sk, ru, zhHans } },
|
||||||
treeShake: true,
|
treeShake: true,
|
||||||
theme: {
|
theme: {
|
||||||
options: {
|
options: {
|
||||||
|
|
1
yunohost
Submodule
1
yunohost
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 0e3de77d5a7d5e40f3c5ae4c673b73b885a6e9c3
|
Loading…
Reference in a new issue