I18N Issue
-
1. This plugin’s slug is droit-dark-mode, but the current Text Domain is droit-dark. Change the current Text Domain so it is equal to this plugin’s slug and modify the text domain in all source files. This change is needed because this plugin’s “Requires at least” is below 4.6. (see https://developer.ww.wp.xz.cn/plugins/internationalization/how-to-internationalize-your-plugin/#text-domains)
2. “Requires at least” (4.0) is below 4.6 so a load_plugin_textdomain is needed. No check in the source files have been performed, but make sure you load it at a certain point in your plugin. (see https://developer.ww.wp.xz.cn/plugins/internationalization/how-to-internationalize-your-plugin/#loading-text-domain)
The topic ‘I18N Issue’ is closed to new replies.