Dear Andrew!
I had the problem that I could not translate a couple of things, e.g. “Posted on” and “by”.
To fix this I used the .pot File you provided here:
I comparison to my old .pot file it included
Posted on %s
and
by %s
where the old one had
Posted on %4$s%6$s
and
by %9$s
So that is fixed (temporarily). But I´m still missing the
Leave a comment
translation, which shows next to author |, when there are no comments on a post.
I tried to add
#: ../inc/template-tags.php:166
#, php-format
msgid “Leave a comment”
msgstr “Hinterlasse einen Kommentar”
to my .po file and recompiled the .mo, but without success.
But when I manully chance the PHP code from that line to display some other text it works.
What am I missing? Can you give some advice?
PS: The Homepage is on a non public-testserver, so I can provide no URL
Hi Tom
Thanks for letting us know about the issue. I’ve logged this in our issue tracker. We’ll fix up the POT file and post you an updated one ASAP.
I’m waiting for this too.
It’ll be there in the next update :)