fix empty line on begining of .po files
This commit is contained in:
parent
46d5284a4f
commit
116b59e6e8
@ -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" .
|
||||
|
Loading…
Reference in New Issue
Block a user