Title: [Plugin: Sociable] Make i18n working
Last modified: August 19, 2016

---

# [Plugin: Sociable] Make i18n working

 *  Resolved [Seebz](https://wordpress.org/support/users/seebz/)
 * (@seebz)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-sociable-make-i18n-working/)
 * 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)

 *  [udi86](https://wordpress.org/support/users/udi86/)
 * (@udi86)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-sociable-make-i18n-working/#post-1559517)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/sociable.svg)
 * [Sociable](https://wordpress.org/plugins/sociable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sociable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sociable/)
 * [Active Topics](https://wordpress.org/support/plugin/sociable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sociable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sociable/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [udi86](https://wordpress.org/support/users/udi86/)
 * Last activity: [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-sociable-make-i18n-working/#post-1559517)
 * Status: resolved