mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
only check locales for en and de
This commit is contained in:
parent
5b073950fb
commit
01f1633da0
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user