aboutsummaryrefslogtreecommitdiff
path: root/po/remove-potcdate.sed
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-10 12:28:34 +0100
committerChristian Grothoff <christian@grothoff.org>2018-03-10 12:28:34 +0100
commit85913afa11dc944f515170ef281c62768a71a743 (patch)
treeadacdef7722ee3c54b4be6bfd1f079593ab891a6 /po/remove-potcdate.sed
parent303440c84256a0276ce3afa38975d84da3966d27 (diff)
downloadlibmicrohttpd-85913afa11dc944f515170ef281c62768a71a743.tar.gz
libmicrohttpd-85913afa11dc944f515170ef281c62768a71a743.zip
move to canonical gettext
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 00000000..edb38d70
--- /dev/null
+++ b/po/remove-potcdate.sed
@@ -0,0 +1,11 @@
1/^"POT-Creation-Date: .*"$/{
2x
3s/P/P/
4ta
5g
6d
7bb
8:a
9x
10:b
11}