add russian locale

This commit is contained in:
lesion 2023-01-09 16:54:37 +01:00
parent 878c9dc7ad
commit f406e60509
No known key found for this signature in database
GPG key ID: 352918250B012177
3 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0486d0852db569b7064535f0d52709e06e9ecd1f
Subproject commit 12640461481cc39cdee8efa05e7fd02a6a60e99c

View file

@ -2,7 +2,7 @@ const config = require('./server/config.js')
const minifyTheme = require('minify-css-string').default
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')
module.exports = {
@ -141,7 +141,7 @@ module.exports = {
},
buildModules: ['@nuxtjs/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,
theme: {
options: {

1
yunohost Submodule

@ -0,0 +1 @@
Subproject commit 0e3de77d5a7d5e40f3c5ae4c673b73b885a6e9c3