Skip to content

Commit a9b5a02

Browse files
committed
Add new option to binary
1 parent 2321bdf commit a9b5a02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/vue-i18n-extract.js

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ cli
3939
'--exclude <key>',
4040
'Use if you want to exclude a key. It can be used multiple times to exclude any amount of keys on the output'
4141
)
42+
.option(
43+
'--noEmptyTranslation',
44+
'Use if you want to generate a default translated string by using the key itself'
45+
)
4246
.action((options) => {
4347
createI18NReport(resolveConfig(options));
4448
});

0 commit comments

Comments
 (0)