the submenus showns in english even after applied ?reload_nav=1 for all director

Home Forums Legacy Support Support queries Translation issues the submenus showns in english even after applied ?reload_nav=1 for all director

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #348278
    1ui61_55
    Spectator
    I translated all the strings even I applied ?reload_nav=1 for all elements and directories but the app cross the languages as showns in the picture: http://prntscr.com/10uhxa3
    #348280
    1ui61_55
    Spectator
    the next image showns I applied the translations fo the submenu. http://prntscr.com/10uicec I updated using ?reload_nav=1 but not works http://prntscr.com/10uidsj that worked, bou I dont not what happend now
    #348402
    Diana
    Participant
    Delete the POT file of Vibe Calendar, Create again in your own language https://prnt.sc/10v1cmr For the Calendar add this code in your wplms customizer plugin > wplms-customizer.php
    
    add_filter('vibefullcalendar_locale_languageCode','set_language_locale');
    function set_language_locale(){
    if(ICL_LANGUAGE_CODE==es){
    	return 'es';
    
    }
    }
    
    And Make sure you are using the updated version of Vibe Calendar
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘the submenus showns in english even after applied ?reload_nav=1 for all director’ is closed to new replies.