Add a config file for vue-i18n-extract

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-09-30 08:31:52 +02:00
parent 4ef70e7d0f
commit 3fcdba9c1f
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
module.exports = {
vueFiles: "./src/**/*.?(ts|js|vue)",
languageFiles: "./src/i18n/en_US.json",
output: false,
add: true,
remove: false,
ci: false,
separator: ".",
};