Add a config file for vue-i18n-extract
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4ef70e7d0f
commit
3fcdba9c1f
9
js/vue-i18n-extract.config.js
Normal file
9
js/vue-i18n-extract.config.js
Normal 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: ".",
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user