From 116b59e6e8e569307cf46288f32d3c8dc965e4c0 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sun, 26 Sep 2021 23:53:52 +0200 Subject: [PATCH] fix empty line on begining of .po files --- inc/class.dc.translater.module.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/class.dc.translater.module.php b/inc/class.dc.translater.module.php index fdb0b77..83f333b 100644 --- a/inc/class.dc.translater.module.php +++ b/inc/class.dc.translater.module.php @@ -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" .