Hi,
I think that the implementation of internationalization of the plugin is right but it doesn't work, if I enter in the admin mode in the My Link Order panel all the messages and text is in english but should be in spanish...
Plugin implementation:
mylinkorder_loadtranslation();
function mylinkorder_loadtranslation() {
load_plugin_textdomain('mylinkorder', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)), dirname(plugin_basename(__FILE__)));
}
Plugin translation files under plugin directory:
mycategoryorder-de_DE.mo
mycategoryorder-es_ES.mo
mycategoryorder-fr_FR.mo
mycategoryorder-it_IT.mo
mycategoryorder-nl_NL.mo
mycategoryorder-pl_PL.mo
mycategoryorder-ru_RU.mo
mycategoryorder-sv_SE.mo
mycategoryorder.php
mycategoryorder.pot
Should I do something to activate spanish language?
Thanks!
PD: I'm using WP 2.8 with qtranslate plugin, all other items in the admin menu are thanslated correctly.