[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)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Sociable] Make i18n working’ is closed to new replies.