Forums
(@gejohnny)
11 years, 4 months ago
I did it!
I’ve replaced load_plugin_textdomain( 'iproperty', false, $path ); with load_plugin_textdomain( 'iproperty', false, dirname(plugin_basename(__FILE__)) . '/languages' ); in iproperty.php and it works!
load_plugin_textdomain( 'iproperty', false, $path );
load_plugin_textdomain( 'iproperty', false, dirname(plugin_basename(__FILE__)) . '/languages' );
11 years, 5 months ago
Any news on this issue?
I have done the same thing as topic opener, but without any results.
The settings are OK, other plug-ins seems to work in my selected language, but iproperty is not.
Disabled, re-enabled… etc.