IDE: .po files: added empty msgstr, msgid to header, needed by poedit

git-svn-id: trunk@10438 -
This commit is contained in:
mattias 2007-01-13 10:35:52 +00:00
parent 74530085ad
commit 3fada8675e
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

View File

@ -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"');