Skip to content

Commit

Permalink
Update index.js (#306)
Browse files Browse the repository at this point in the history
added a missing option for removing a timestamp from the output file
  • Loading branch information
aherod-as authored Apr 8, 2024
1 parent 5adb716 commit f1dd54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ program
.option('--ignorePlurals', 'Do not process the plurals')
.option('--foldLength <value>', 'Specify the character fold length for strings')
.option('--compatibilityJSON <ver>', "Set to 'v4' to generate i18next@21 compatible json files")
.option('--noDate', 'Removes timestamp related lines from output file (POT-Creation-Date and PO-Revision-Date lines)')
.parse(process.argv);

const {
Expand Down

0 comments on commit f1dd54b

Please sign in to comment.