From f406e60509877e8f28258e282e6ee0cca27ab747 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 9 Jan 2023 16:54:37 +0100 Subject: [PATCH] add russian locale --- gancio_plugins/gancio-plugin-telegram-bridge | 2 +- nuxt.config.js | 4 ++-- yunohost | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 yunohost diff --git a/gancio_plugins/gancio-plugin-telegram-bridge b/gancio_plugins/gancio-plugin-telegram-bridge index 0486d085..12640461 160000 --- a/gancio_plugins/gancio-plugin-telegram-bridge +++ b/gancio_plugins/gancio-plugin-telegram-bridge @@ -1 +1 @@ -Subproject commit 0486d0852db569b7064535f0d52709e06e9ecd1f +Subproject commit 12640461481cc39cdee8efa05e7fd02a6a60e99c diff --git a/nuxt.config.js b/nuxt.config.js index 4210dc10..9164f502 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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: { diff --git a/yunohost b/yunohost new file mode 160000 index 00000000..0e3de77d --- /dev/null +++ b/yunohost @@ -0,0 +1 @@ +Subproject commit 0e3de77d5a7d5e40f3c5ae4c673b73b885a6e9c3