Skip to content

Commit 1cf4fb4

Browse files
committed
Auto-remove POT dating.
1 parent f42848b commit 1cf4fb4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.po filter=remove-pot-creation-dates

scripts/remove-pot-creation-dates.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
sed '/^"POT-Creation-Date:/d'
4+

0 commit comments

Comments
 (0)