• Resolved sibichan

    (@sibichan)


    Hi,

    Iam using your plugin with French language.

    I changed the “Archive the page template to ‘Vidéo’ in admin area settings ” . also changed the menu name to Vidéo.

    But when I use breadcrumb, its still showing ‘Prédications’. How to change ‘Prédications’ to ‘Vidéo’.

    I tried to change it from languages/sermon-manager-for-wordpress-fr_FR.po. But it was not working.

    Screenshot here http://imagehostnow.com/v/2735

    • This topic was modified 7 years, 10 months ago by sibichan.
Viewing 1 replies (of 1 total)
  • Hi,

    If you remember the function that we added earlier for changing filter dropdown labels, navigate to it, then just add the following code after switch ( $text ) {:

    
    		case 'Sermons':
    			$translated_text = 'Vidéo';
    			break;
    

    Thank you for your patience!

Viewing 1 replies (of 1 total)

The topic ‘Change language’ is closed to new replies.