On 2015-09-28 07:39, Federico Bruni wrote:
Il giorno mer 23 set 2015 alle 9:50, Benno Schulenberg
<address@hidden> ha scritto:
grep -A3 "# FIXME" lilypond-2.19.26.nl.po | grep -v "#:"
# FIXME: trailing space?
This is strange, it's only in the dutch PO file.
No, it's not strange: I put those comments there. :)
(Comments that start with "# " are made by translators themselves,
ones that start with "#." are extracted from the source by xgettext
-- and most of these shouldn't be in the POT file as they are not
addressed to the translators.)
cd lilypond-git
grep -A3 "# FIXME" po/*.po | grep -v "#:"
Then my PO file still has not been imported into git.