• Resolved leemon

    (@leemon)


    If you want to add language packs support to your plugin you should do a couple of changes to the imagelinks.php file:

    In line 11, change:

    Text Domain: imagelinks
    to
    Text Domain: imagelinks-interactive-image-builder-lite

    And in line 25, change:

    define('IMAGELINKS_PLUGIN_NAME', 'imagelinks');
    to
    define('IMAGELINKS_PLUGIN_NAME', 'imagelinks-interactive-image-builder-lite');

    The text domain of the plugin must match the plugin’s slug for the language pack support to work.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Language packs support’ is closed to new replies.