crowdin: don't claim that I translated everything

(cherry picked from commit ebbe9f2592)
This commit is contained in:
Alexey Sokolov
2019-06-25 23:45:30 +01:00
parent 61f5ca2bc0
commit fa3d503865

View File

@@ -11,6 +11,8 @@ if ($ENV{MSGFILTER_MSGID}) {
print $text;
} else {
for (split(/^/, $text)) {
print unless /^PO-Revision-Date:/;
next if /^PO-Revision-Date:/;
s/^Last-Translator: \K.*/Various people/;
print;
}
}