Can't add new translation
-
I found what’s causing the problem.
In the simple-image-widget.php, line 64
you forgot to put a / before the ‘languages/’this is how it should be:
load_plugin_textdomain( ‘simple-image-widget’, false, dirname( plugin_basename( __FILE__ ) ) . ‘/languages/’ );Apart from that, thanks the plugin.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can't add new translation’ is closed to new replies.