Skip to content

Commit f1dd54b

Browse files
authored
Update index.js (#306)
added a missing option for removing a timestamp from the output file
1 parent 5adb716 commit f1dd54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ program
4242
.option('--ignorePlurals', 'Do not process the plurals')
4343
.option('--foldLength <value>', 'Specify the character fold length for strings')
4444
.option('--compatibilityJSON <ver>', "Set to 'v4' to generate i18next@21 compatible json files")
45+
.option('--noDate', 'Removes timestamp related lines from output file (POT-Creation-Date and PO-Revision-Date lines)')
4546
.parse(process.argv);
4647

4748
const {

0 commit comments

Comments
 (0)