Problem with __ngettext when try to localize
-
There are places, like in template-functions.php where you want to use singular/plural forms, it goes like :
__ngettext( 'post', 'posts', $post_num )
Im translating EN to PL using poEdit and I added there __ngettext keyword, after that it take for me ‘post’ string, but ‘posts’ was ommitted, how to take them all ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.