about WP 3.5 translate, a string must be changed In the dashboard.php file or in po file.
line number 1271 in dashboard.php(wp-admin\includes) says two “%s” in href, but po file is written in %1$s and %2$s, so the string is not translated properly.
Tagged: wrong string Toggle Comment Threads | Keyboard Shortcuts
-
martian36
Sergey Biryukov 2:33 am on November 24, 2012 Permalink | Log in to Reply
The string now uses %1$s and %2$s: http://core.trac.wordpress.org/changeset/22831
martian36 3:07 am on November 24, 2012 Permalink | Log in to Reply
Then, the dashboard.php file must be corrected. it contains “%s”.
Sergey Biryukov 6:41 am on November 24, 2012 Permalink | Log in to Reply
It’s corrected in the latest nightly build.
martian36 6:54 am on November 24, 2012 Permalink | Log in to Reply
OK, I was not testing with nightly build.
thanks.