Ralf Thielow <ralf.thie...@gmail.com> writes:

>  #: date.c:116
>  msgid "in the future"
>  msgstr "in der Zukunft"
>  
>  #: date.c:122 date.c:129 date.c:136 date.c:143 date.c:149 date.c:156 
> date.c:167
>  #: date.c:175 date.c:180
>  msgid "%"
>  msgid_plural "%"
> -msgstr[0] ""
> -msgstr[1] ""
> +msgstr[0] "%"
> +msgstr[1] "%"

Sorry, but I think these need re-translation after -rc1 because the po/git.pot
is generated incorrectly.  See the discussion:

  
https://public-inbox.org/git/%3cxmqqk233klvd....@gitster.mtv.corp.google.com%3E/#t

Also, if you can, please try the patch in 

    <xmqqfudrkkci....@gitster.mtv.corp.google.com> 

like so:

    $ git reset --hard origin/master
    $ git am <that message>
    $ make pot
    $ git commit -m 'update po/git.pot' -a
    $ cd po
    $ msgmerge --add-location --backup-off -U de.po git.pot

to make sure you get corrected entries for date.c.  If it works out
correctly, I'd want to ship -rc1 with that Makefile fix so that
Jiang can do the first four commands above to give translators a
correct po/git.pot to base their work on.

Thanks.

Reply via email to