aboutsummaryrefslogtreecommitdiffstats
path: root/po/remove-potcdate.sed
diff options
context:
space:
mode:
Diffstat (limited to 'po/remove-potcdate.sed')
-rw-r--r--po/remove-potcdate.sed11
1 files changed, 11 insertions, 0 deletions
diff --git a/po/remove-potcdate.sed b/po/remove-potcdate.sed
new file mode 100644
index 0000000..edb38d7
--- /dev/null
+++ b/po/remove-potcdate.sed
@@ -0,0 +1,11 @@
+/^"POT-Creation-Date: .*"$/{
+x
+s/P/P/
+ta
+g
+d
+bb
+:a
+x
+:b
+}