About plugin internationalization
-
Hello @josh-stopper,
I wanted to translate your plugin, but this plugin is not properly prepared for localization.
Your plugin slug is
website-carbon, but your Text Domain iswebsitecarbon. 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.Note: “Requires at least” (3.5) is below 4.6 so a load_plugin_textdomain is needed. Please make sure you load it at a certain point in your plugin. More info.
Also, the plugin sources used by everyone are in
/trunk, is this what is expected? More infoHope this can help you.
The topic ‘About plugin internationalization’ is closed to new replies.