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',