There appears to be several strings missing from the .pot available for http://translate.wordpress.org/projects/wp/3.5.x/en-gb/default according to the results returned from a search.
WP Core contains strings like “This comment is in the Trash. Please move it out of the Trash if you want to edit it.”, “Trash Comment”, “This comment is currently in the Trash.”, and “You are about to move the following comment to the Trash” etc. but the search for the term “trash” with Any status (http://translate.wordpress.org/projects/wp/3.5.x/en-gb/default?filters%5Bterm%5D=trash&filters%5Buser_login%5D=&filters%5Bstatus%5D=either&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc) doesn’t show these.
There well may be other strings that aren’t listed for translation, but this is all the detailed digging I’ve done so far.
Andrew Nacin 6:12 pm on January 25, 2013 Permalink |
Themes aside, WordPress ships with four different .pots:
http://translate.wordpress.org/projects/wp/3.5.x/en-gb/default
http://translate.wordpress.org/projects/wp/3.5.x/admin/en-gb/default
http://translate.wordpress.org/projects/wp/3.5.x/admin/network/en-gb/default
http://translate.wordpress.org/projects/wp/3.5.x/cc/en-gb/default
You can find them all listed here: http://translate.wordpress.org/projects/wp/3.5.x.
Gary Jones 6:23 pm on January 25, 2013 Permalink |
Understood, but still, a string like “Trash Comment” doesn’t appear in the admin set either: http://translate.wordpress.org/projects/wp/3.5.x/admin/en-gb/default?filters%5Bterm%5D=Trash&filters%5Buser_login%5D=&filters%5Bstatus%5D=either&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc or the network admin set (and nor do the other strings I mentioned).
http://core.trac.wordpress.org/browser/tags/3.5.1/wp-admin/comment.php#L129
Gary Jones 6:30 pm on January 25, 2013 Permalink |
Actually, issues seems to be that a Status Filter of “Any” only actually returns those with translation, and doesn’t include strings without translation, as I expected it would. Trash Comment does appear in the results if I search Without current translation, or indeed the top default filter. I guess then that the Any status filter is confusingly named.