[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Blank msgids in po file



Marcus, one of the guys looking at translating Xara LX, says:-

>The only thing I beg for is a change of the first two msgids in the po 
>file because they are left blank which confuses my tools. Set them to 1

>and 2 to get it to work.

Looking at the po file, the first msgid is an empty string and the
second is a space (see below).

Is it straightforward for us to change these 2 id's so they contain at
least 1 non-whitespace char or are they like this for a good reason?

msgid   ""
msgstr  "Project-Id-Version: PACKAGE VERSION\n"
        "Report-Msgid-Bugs-To: bugs@xxxxxxxx\n"
        "POT-Creation-Date: 2006-06-09 12:05+0100\n"
        "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
        "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
        "Language-Team: LANGUAGE <LL@xxxxxx>\n"
        "MIME-Version: 1.0\n"
        "Content-Type: text/plain; charset=UTF-8\n"
        "Content-Transfer-Encoding: 8bit\n"

msgid   " "
msgstr  ""
....

Neil