From: Radek Czajka Date: Mon, 2 Nov 2020 12:18:22 +0000 (+0100) Subject: Auto-remove POT dating. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/1cf4fb4598e03f90dc3be408a9b6b16c9442be9a Auto-remove POT dating. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..796e7e0d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.po filter=remove-pot-creation-dates diff --git a/scripts/remove-pot-creation-dates.sh b/scripts/remove-pot-creation-dates.sh new file mode 100755 index 00000000..9946abc8 --- /dev/null +++ b/scripts/remove-pot-creation-dates.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sed '/^"POT-Creation-Date:/d' +