Languages issue
-
I think that there’s a bug in plugin.
contact-data.php file: line 53:load_plugin_textdomain(‘contact-data’, false, basename( dirname( __FILE__ ) ) . ‘/languages’ );
I think it should be:
load_plugin_textdomain(‘contact_data’, false, basename( dirname( __FILE__ ) ) . ‘/languages’ );
As say
<?php _e(‘Address’, ‘contact_data’) ?>
Strings.
After that, translations works properly.
The topic ‘Languages issue’ is closed to new replies.