Some strings - "about %s year ago" etc - did not localize. I changed _n to __ngettext in wp-twitter-widget.php lines 603-609 and then it worked.
Some strings - "about %s year ago" etc - did not localize. I changed _n to __ngettext in wp-twitter-widget.php lines 603-609 and then it worked.
__ngettext was deprecated in 2.8 in favor of _n, so it's set up as it should be. Maybe you need a new version of poEdit?
Yes, we all do, as the current version of poEdit is apparently not able to handle the _n() functions properly. I have filed a ticket.
Current version of poEdit does handle the _n() variants correctly, if one enters "_n:1,2" etc in Preferences.
You must log in to post.