only check locales for en and de

This commit is contained in:
Moriz Wahl 2022-09-01 16:19:31 +02:00
parent 5b073950fb
commit 01f1633da0

View File

@ -68,7 +68,7 @@ module.exports = {
}, },
settings: { settings: {
'vue-i18n': { 'vue-i18n': {
localeDir: './src/locales/*.json', localeDir: './src/locales/{en,de}.json',
// Specify the version of `vue-i18n` you are using. // Specify the version of `vue-i18n` you are using.
// If not specified, the message will be parsed twice. // If not specified, the message will be parsed twice.
messageSyntaxVersion: '^8.22.4', messageSyntaxVersion: '^8.22.4',