Text domain issue
-
Hello,
I want to translate your plugin to Spanish (es, es_MX and es_VE), but I noticed that you no set a text domain in your plugin header comment. You should to put your plugin slug as text domain:
widget-google-reviews
. Please refer to the article How to Internationalize Your Plugin for more details.To fix this, you should to edit
grw.php
file in the plugin root directory and add the text domain meta after line :8, this way:/* Plugin Name: Google Reviews Widget Plugin URI: https://richplugins.com/business-reviews-bundle-wordpress-plugin Description: Instantly Google Places Reviews on your website to increase user confidence and SEO. Author: RichPlugins <[email protected]> Version: 1.8.6 Author URI: https://richplugins.com Text domain: widget-google-reviews */
You also should to update the text domain parameter of each localization function you use inside your plugin to match with your plugin text domain and enable the www.ads-software.com translation system (GlotPress).
I hope this information helps you to improve your plugin and reach more users.
Kind regards.
- The topic ‘Text domain issue’ is closed to new replies.