Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Simple Share

    (@davidoffneal)

    Hi,

    Thanks for the suggestion, hopefully such a feature could be added sometime.

    David

    Try replacing lines 706-712 in simple-share-buttons-adder.php with this:

    // if not shortcode
                if (isset($atts['widget']) && $atts['widget'] == 'Y')
                    // use widget share text
                    $strShareText = icl_translate( 'plugin simple-share-buttons', 'Widget Share Text', $arrSettings['ssba_share_text'] );
                else
                    // use normal share text
                    $strShareText = icl_translate( 'plugin simple-share-buttons', 'Normal Share Text', $arrSettings['ssba_share_text'] );

    This makes the strings available for WPML to generate a mo/po or using their string-translation feature.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPML compatibility’ is closed to new replies.