diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-13 09:24:24 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-13 10:28:07 -0200 |
commit | 7c22ae1b665b65ca9c54f525ec614728aa9bd0ec (patch) | |
tree | 58bfaa8cc466f546f4666ef80d7b28b12fb7fa54 /libdvbv5-po/remove-potcdate.sin | |
parent | b680e315f55f8e9a66e12ded1ab650a6208b38f0 (diff) |
gettextize: Add locale settings for libdvbv5
We don't want to mix translations for utils with the ones
for the libraries. So, create a different dir for the
library translations.
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'libdvbv5-po/remove-potcdate.sin')
-rw-r--r-- | libdvbv5-po/remove-potcdate.sin | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libdvbv5-po/remove-potcdate.sin b/libdvbv5-po/remove-potcdate.sin new file mode 100644 index 00000000..2436c49e --- /dev/null +++ b/libdvbv5-po/remove-potcdate.sin @@ -0,0 +1,19 @@ +# Sed script that remove the POT-Creation-Date line in the header entry +# from a POT file. +# +# The distinction between the first and the following occurrences of the +# pattern is achieved by looking at the hold space. +/^"POT-Creation-Date: .*"$/{ +x +# Test if the hold space is empty. +s/P/P/ +ta +# Yes it was empty. First occurrence. Remove the line. +g +d +bb +:a +# The hold space was nonempty. Following occurrences. Do nothing. +x +:b +} |