CreatBotMainsail/vue-i18n-extract.config.js
Stefan Dej 550fb88e63 change locales to json
feature: add i18n-extract to check locales

Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-04-04 14:13:49 +02:00

9 lines
165 B
JavaScript

module.exports = {
vueFilesPath: './src/**/*.?(vue|js)',
languageFilesPath: './src/locales/*.json',
options: {
output: false,
add: false,
dynamic: true
}
}