Improve I18N Issues (Based on version 7)
-
I fully localize this plugin to zh_TW and I find several L10N issues.
- This plugin’s “Requires at least (3.8)” is below 4.6, so a load_plugin_textdomain is needed. Please make sure you load it at a certain point in your plugin. Please refer to this official article.
- This plugin’s “Requires at least” is below 4.6, so you need to set a Text Domain in options-importer.php, and it needs to be options-importer to internationalize your plugin correctly! Please refer to this official article.
- Please correct the text domain from wp-options-importer to options-importer.
- Please add correct text domain options-importer for some UI strings without the text domain.
- Please download the modified version (?? here) and compare it with the original version 7 files so you can see what I modified. Please note that I did NOT add the load_plugin_textdomain function; you need to add it yourself.
- According to the above, this plugin’s GlotPress project should be complete.
- The topic ‘Improve I18N Issues (Based on version 7)’ is closed to new replies.