mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 12:32:55 +02:00
IDE: .po files: added empty msgstr, msgid to header, needed by poedit
git-svn-id: trunk@10438 -
This commit is contained in:
parent
74530085ad
commit
3fada8675e
@ -1,3 +1,5 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
@ -1,4 +1,3 @@
|
||||
{ $Id$}
|
||||
{
|
||||
***************************************************************************
|
||||
* *
|
||||
@ -368,6 +367,8 @@ begin
|
||||
NewContent:=TMemoryStream.Create;
|
||||
|
||||
// write header
|
||||
WriteLine('msgid ""');
|
||||
WriteLine('msgstr ""');
|
||||
WriteLine('"MIME-Version: 1.0\n"');
|
||||
WriteLine('"Content-Type: text/plain; charset=UTF-8\n"');
|
||||
WriteLine('"Content-Transfer-Encoding: 8bit\n"');
|
||||
|
Loading…
Reference in New Issue
Block a user