From f1dd54ba67b407c0fa00250ba40a5958a0279fcb Mon Sep 17 00:00:00 2001 From: aherod-as <104059513+aherod-as@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:35:46 +0200 Subject: [PATCH] Update index.js (#306) added a missing option for removing a timestamp from the output file --- bin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/index.js b/bin/index.js index 3cb0cf9..5f9a8eb 100755 --- a/bin/index.js +++ b/bin/index.js @@ -42,6 +42,7 @@ program .option('--ignorePlurals', 'Do not process the plurals') .option('--foldLength ', 'Specify the character fold length for strings') .option('--compatibilityJSON ', "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 {