March 8, 2013 at 10:03 /
The plugin uses the wordpress standard for loading the language files which is just one line:
1 |
load_plugin_textdomain('easyReservations', false, dirname(plugin_basename( __FILE__ )).'/languages/' ); |
You see, not much to do wrong or change.
This means the translation is there to get used, but it isn’t. Seems like WPML doesn’t give the used language to wordpress too. Report it to their support forum.
Regards