• I fully localize this plugin to zh_TW and I find several L10N issues.

    1. 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.
    2. 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.
    3. Please correct the text domain from wp-options-importer to options-importer.
    4. Please add correct text domain options-importer for some UI strings without the text domain.
    5. 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.
    6. 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.