diff --git a/translation-tool.pl b/translation-tool.pl index b19d31e4d9..a76fa6411f 100755 --- a/translation-tool.pl +++ b/translation-tool.pl @@ -193,7 +193,7 @@ sub processFile { if (!$okeys{$_}) { if (!defined($okeys{$_})) { print F "# $ekeys{$_}\n" if ($ekeys{$_} && $ekeys{$_} ne ""); - print F "$_="; + print F "$_=\n"; if (defined($cache{$_})) { print F $cache{$_}."\n"; } else {