fix empty line on begining of .po files

master
Jean-Christian Paul Denis 2021-09-26 23:53:52 +02:00
parent 46d5284a4f
commit 116b59e6e8
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 1 additions and 2 deletions

View File

@ -657,10 +657,9 @@ class dcTranslaterModule
}
}
$content .=
'# Translated with translater ' . $this->core->plugins->moduleInfo('translater', 'version') . "\n";
'# Translated with translater ' . $this->core->plugins->moduleInfo('translater', 'version') . "\n\n";
}
$content .=
"\n".
"msgid \"\"\n" .
"msgstr \"\"\n" .
'"Content-Type: text/plain; charset=UTF-8\n"' . "\n" .