Localization fix
-
Hi,
Thanks for your plugin, it workds great, except one think, the localization support.
I’ve fixed it by replacing,in bp-hovercards.php around line #75 :
load_plugin_textdomain('bp-hovercards', false, BPHOVERCARDS_DIR . 'languages/' );
with:
load_plugin_textdomain('bp-hovercards', false, dirname( plugin_basename( __FILE__ ) ).'/languages');
it works if you change the file name of the .po and .mo files, for example with NL :
bp-hovercards-nl_NL.poRegards,
- The topic ‘Localization fix’ is closed to new replies.