mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
crowdin: don't claim that I translated everything
(cherry picked from commit ebbe9f2592)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user