Jonathan Druart
556a3962b0
Make the string translatable To update the json files: npx vue-i18n-extract --vueFiles 'koha-tmpl/intranet-tmpl/prog/js/vue/**/*.?(js|vue)' --exclude koha-tmpl/intranet-tmpl/prog/js/vue/dist/main.js --languageFiles 'koha-tmpl/intranet-tmpl/prog/js/vue/locales/*.json' --add --remove Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
6 lines
91 B
JSON
6 lines
91 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
},
|
|
"exclude": ["./cypress"]
|
|
}
|