mayukojpn / force-update-translations

Download WordPress theme/plugin translations and apply them to your site manually even their language pack haven't been released or reviewed on translate.wordpress.org
https://wordpress.org/plugins/force-update-translations/
12 stars 6 forks source link

Improve themes support, with both child and parent themes, updates page title and description #43

Closed pedro-mendonca closed 1 year ago

pedro-mendonca commented 1 year ago

This PR checks if the theme exists in WP.org, and if it has parent, if so, download both translation projects, child and parent. Also only shows the themes translations update if the locale isn't en_US, the same logic used in the plugins.

Fixes #35 and #42

mayukojpn commented 1 year ago

Thanks a lot! 🎉 And sorry for the late comment! I'll merge it once I check the codes.