We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2321bdf commit a9b5a02Copy full SHA for a9b5a02
bin/vue-i18n-extract.js
@@ -39,6 +39,10 @@ cli
39
'--exclude <key>',
40
'Use if you want to exclude a key. It can be used multiple times to exclude any amount of keys on the output'
41
)
42
+ .option(
43
+ '--noEmptyTranslation',
44
+ 'Use if you want to generate a default translated string by using the key itself'
45
+ )
46
.action((options) => {
47
createI18NReport(resolveConfig(options));
48
});
0 commit comments