We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adb716 commit f1dd54bCopy full SHA for f1dd54b
bin/index.js
@@ -42,6 +42,7 @@ program
42
.option('--ignorePlurals', 'Do not process the plurals')
43
.option('--foldLength <value>', 'Specify the character fold length for strings')
44
.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)')
46
.parse(process.argv);
47
48
const {
0 commit comments