• Please add in your code this snippet:

    add_action( 'init', function() {
    	
    	load_plugin_textdomain(
    		'wp-hotel-booking',
    		false,
    		'wp-hotel-booking-booking/languages/'
    	);
    	
    });

    so anyone could traslate the strings of your plugin with Loco Translate (Loco location: custom).

    Also, for wp-hotel-booking-booking-room plugin…

  • The topic ‘Good plugin, but by default cannot translate using Loco Translate’ is closed to new replies.