Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.77k stars 894 forks source link

Evaluate which translation strings are still used #10942

Closed moorscode closed 2 months ago

moorscode commented 6 years ago

The strings/translations in the following location need to be checked, because most of them are not used anymore and are translated in yoast-components.

https://github.com/Yoast/wordpress-seo/blob/943631a83a0dda2771510cff63b991434a83458e/admin/formatter/class-metabox-formatter.php#L156

Because these are slightly different, they appear as different strings in translate.wordpress.org, thus will take time to get translated.

moorscode commented 6 years ago

Original issue: https://github.com/Yoast/wordpress-seo/issues/10842

atimmer commented 6 years ago

These can all be simply removed because we now parse the JavaScript for strings that need to be translated instead of duplicating the strings in PHP.

mhkuu commented 2 months ago

Fixed through #21386 👍