Problems with tranlation
-
I’m working on the spanish translation and I’m having a problem.
syntax error, unexpected $end in /…/bb-includes/gettext.php(307) : eval()’d code on line 1
The error really comes from this line of code:
$posts = sprintf('%1$s %2$s', $post_num, __ngettext( 'post', 'posts', $post_num ));
And I guess it has something to do with the plurals (post and posts). I’ve generated the po file using poEdit.
Does anyone have an idea of how to solve this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.