From 01f1633da0daa32215218b0384dc476b799ef45d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 1 Sep 2022 16:19:31 +0200 Subject: [PATCH 1/5] only check locales for en and de --- frontend/.eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index f32eca810..7f7bc664d 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -68,7 +68,7 @@ module.exports = { }, settings: { 'vue-i18n': { - localeDir: './src/locales/*.json', + localeDir: './src/locales/{en,de}.json', // Specify the version of `vue-i18n` you are using. // If not specified, the message will be parsed twice. messageSyntaxVersion: '^8.22.4', From 230afd73a162f22e3576ac93ed11dd465cc53eb2 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 1 Sep 2022 16:19:59 +0200 Subject: [PATCH 2/5] do not show and load the statistics --- frontend/src/pages/InfoStatistic.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/InfoStatistic.vue b/frontend/src/pages/InfoStatistic.vue index 63562a658..a83f24b6f 100644 --- a/frontend/src/pages/InfoStatistic.vue +++ b/frontend/src/pages/InfoStatistic.vue @@ -43,6 +43,7 @@ {{ supportMail }} +