10up / simple-page-ordering

Order your pages and other hierarchical post types with simple drag and drop right from the standard page list.
https://wordpress.org/plugins/simple-page-ordering/
GNU General Public License v2.0
141 stars 22 forks source link

I18N issues based on 2.7.0 #199

Closed alexclassroom closed 2 months ago

alexclassroom commented 2 months ago

Description of the Change

If strings in your plugin are also used in WordPress core (e.g., ‘Settings’), you should still add your own text domain. Otherwise, they’ll become untranslated if the core string changes (which happens). Please refer to this official article.

Closes #

How to test the Change

Add the necessary text domain, and replace previous version files, the UI strings with the missing text domain will be applied the translations from language pack (NOT from Core)

Changelog Entry

Added - The missing Text Domain

Credits

Props @alexclassroom

Checklist: