bug-lilypond
[Top][All Lists]
Advanced

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

Re: # comments in the PO files


From: Benno Schulenberg
Subject: Re: # comments in the PO files
Date: Mon, 28 Sep 2015 20:32:55 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

On 2015-09-28 13:00, Federico Bruni wrote:
> Il giorno lun 28 set 2015 alle 12:19, Benno Schulenberg 
> <address@hidden> ha scritto:
>> No, it's not strange: I put those comments there.  :)
> 
> That's what I thought (you or Jan), but then I don't understand why
> you opened this thread :)

Well, you started the thread; I just hijacked it.  :)
For the reason, see below.

>> My "# " comments are hints for the 
>> maintainers to improve something.
> 
> for the translation maintainers.. ok

No, for the Lilypond maintainers.  They could improve the source.
For example:

# FIXME: this and next two should be one
msgid "Use the `alignment-offsets' sub-property of\n"
msgid "NonMusicalPaperColumn #'line-break-system-details\n"
msgid "to set fixed distances between staves.\n"

This means, the above three msgids should be a single msgid, one string.

So, in the source it should not say:

        stderr_write (_ ("Use the `alignment-offsets' sub-property of\n"))
        stderr_write (_ ("NonMusicalPaperColumn #'line-break-system-details\n"))
        stderr_write (_ ("to set fixed distances between staves.\n"))

but:

        stderr_write (_ ("Use the `alignment-offsets' sub-property of\n"
                         "NonMusicalPaperColumn #'line-break-system-details\n"
                         "to set fixed distances between staves.\n"))

And maybe dropping the first \n too.

Benno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]