• Resolved Seebz

    (@seebz)


    In sociable_init_locale() function, replace :
    load_plugin_textdomain(‘sociable’, false, ‘i18n’);
    by :
    load_plugin_textdomain(‘sociable’, false, dirname(plugin_basename(__FILE__)).’/i18n’);

    Enjoy ??

Viewing 1 replies (of 1 total)
  • Also, you may want to change the default tagline to: “Share and Enjoy:” (without quotes) and make the change in sociable.php around line 757:

    $html .= __($tagline, 'sociable');

    HTML tags shouldn’t be used in the tagline itself, use the CSS class (.sociable_tagline) for styling. Should I post a bugreport?

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sociable] Make i18n working’ is closed to new replies.