junaidbhura / fly-dynamic-image-resizer

Fly Dynamic Image Resizer plugin for WordPress
https://wordpress.org/plugins/fly-dynamic-image-resizer/
MIT License
162 stars 26 forks source link

Fix I18N Issues #51

Open alexclassroom opened 3 years ago

alexclassroom commented 3 years ago

Your plugin slug is fly-dynamic-image-resizer, but your Text Domain is fly-images. Change your Text Domain so it is equal to your slug and modify the text domain in all your source files. This change is needed because your "Requires at least" is below 4.6. (see https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains)

I modified related codes about the text-domain issues.

"Requires at least" (3.0) is below 4.6 so a load_plugin_textdomain is needed. (see https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#loading-text-domain)