Hi!
I'm experiencing some problems trying to translate Sociable plugin 3.2.3
I've build the .po from sources, translated to Spanish es_ES, and uploaded both .po and .mo to the i18n folder within Sociable Plugin folder.
I've found in the support some advice about.
So first i've changed:
sociable.php:32
- global $sociablepluginpath;
- load_plugin_textdomain('sociable', $sociablepluginpath);
+ $sociablei18npath = 'wp-content/plugins/sociable/i18n/';
+ load_plugin_textdomain('sociable', $sociablei18npath);
With this change, the plugin seems to properly load the localization file.
I know that because the "Admin Backend" is getting transated after the change, but ¡the frontend is still in English!
I want "icon title-descriptions" to work.
I've tried to "hard code" the translation into $sociable_known_sites array and it works, so... there must be something i don't know even notice :)
Any advice will be wellcome.
p.s.: If the developer (also any other) is interested in es_ES translation ¡write me!, i share.