jellyfin-vue/frontend/vue-i18n-extract.config.js
Fernando Fernández 77793fb7b3 chore(vue3-i18n): prepare vue-i18n-extract and add missing locales in runtime
* Estonian (et)
* Mongolian (mn)
* Burmese (my)

Also, disable unicorn/no-await-expression-member rule for convenience
2023-04-03 12:52:57 +02:00

15 lines
384 B
JavaScript

export default {
/*
* https://github.com/Spittal/vue-i18n-extract
/*
Required (Glob files pattern)
Do not include the entire src directory because vue-i18n-extract doesn't have a way to exclude directories
*/
vueFiles: './src/{pages,layouts,components}/**/*.vue',
languageFiles: './locales/*.json',
output: false,
add: false,
remove: false,
ci: true
};