fix extra whitespace

master
Jean-Christian Paul Denis 2021-11-01 22:24:53 +01:00
parent 58b60f0b17
commit 60960c2f01
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 3 additions and 3 deletions

View File

@ -735,9 +735,9 @@ class dcTranslaterModule
$content = '';
if ($this->translater->parse_comment) {
$content .=
'// Language: ' . $lang->name . " \n" .
'// Language: ' . $lang->name . "\n" .
'// Module: ' . $this->id . " - " . $this->verison . "\n" .
'// Date: ' . dt::str('%Y-%m-%d %H:%M:%S') . " \n";
'// Date: ' . dt::str('%Y-%m-%d %H:%M:%S') . "\n";
if ($this->translater->parse_user && !empty($this->translater->parse_userinfo)) {
$search = dcTranslater::$allowed_user_informations;
@ -750,7 +750,7 @@ class dcTranslaterModule
}
}
$content .=
'// Translated with dcTranslater - ' . $this->core->plugins->moduleInfo('translater', 'version') . " \n\n";
'// Translated with dcTranslater - ' . $this->core->plugins->moduleInfo('translater', 'version') . "\n\n";
}
l10n::generatePhpFileFromPo($this->locales . '/' . $lang->code . '/' . $group, $content);