Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Alex Lion (阿力獅)

    (@alexclassroom)

    Some necessary changes for this plugin only.

    \base\inc\installer\tpl\admin.php

    Line 8 to 9

    <li><a href="#" data-section="plugins"><?php echo _x( 'Plugins', 'Installer', 'so-widgets-bundle' ); ?></a></li>
    <li><a href="#" data-section="themes"><?php echo _x( 'Themes', 'Installer', 'so-widgets-bundle' ); ?></a></li>

    Line 46

    $item['type'] == 'plugins' ? _x( 'Plugin', 'Installer', 'so-widgets-bundle' ) : _x( 'Theme', 'Installer', 'so-widgets-bundle' )

    Line 57

    echo _x( 'Plugin', 'Installer', 'so-widgets-bundle' );

    Line 59

    echo _x( 'Theme', 'Installer', 'so-widgets-bundle' );
    Plugin Support Andrew Misplon

    (@misplon)

    Hi Alex

    Thanks for posting your thread. There is a copy of the SO Installer in both plugins. The text domains all appear to be for the correct plugin if I check /base/inc/installer in the so-widgets-bundle folder. Alex at SiteOrigin will reply regarding your feedback above.

    Thanks again. Andrew

    Plugin Contributor alexgso

    (@alexgso)

    Hi Alex,

    Thank you for the report. These will be corrected in an upcoming update.

    Kind regards,
    Alex

    Plugin Support Andrew Misplon

    (@misplon)

    Hi Alex, thanks again for your threads; much appreciated. Alex has corrected the issue and included the fix in the Widgets Bundle release. The Page Builder fix will follow in due course. Appreciate your help.

    Cheers

    Andrew

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Improve I18N Issue (Based on 1.51.0)’ is closed to new replies.