From 01f1633da0daa32215218b0384dc476b799ef45d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 1 Sep 2022 16:19:31 +0200 Subject: [PATCH] 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',