• Hi there,

    I just fixed a localization issue with localization.

    The part of the code that generated the title of the link with “Link to my/our xyz Page” was all wrong and not working.

    Ive changed to somethig like:

    $iconlinkTitle = sprintf(__('Link to %s %s Page', 'SMCWidget'), (empty($smc_plural) ? __('my', 'SMCWidget') : __('our', 'SMCWidget')), ucwords($icon_name));

    I can send you the code if you like to updated your plugin.

    I also translated it to brazilian portuguese. Where can I send it to?

    cheers

    Leo,,

    http://wordpress.org/extend/plugins/social-media-icons/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Localization issue and brazilian portuguese localization’ is closed to new replies.