From dfb25c59f162e147370cb3c79f93780fea5b88c2 Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Sun, 8 Aug 2010 22:46:30 +0200 Subject: [PATCH] xml2po.sh: fix noname submissions --- xml2po.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml2po.sh b/xml2po.sh index 352b337..2113ac6 100644 --- a/xml2po.sh +++ b/xml2po.sh @@ -39,7 +39,7 @@ translate_po2xml() { \\n -$(cat translations/$PACKAGE/$PACKAGE-*.po | awk -F ': | <' '/Last-Translator:/ { print $2 "\\n"; }') +$(cat translations/$PACKAGE/$PACKAGE-*.po | awk -F ': | <' '/Last-Translator:/ { if ($2 != "FULL NAME") { print $2 "\\n"; } }') EOF