vibe-calender and appointments translation

Home Forums WPLMS AddOns Vibe Appointments v4 vibe-calender and appointments translation

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #349911
    Ernesto Lee
    Participant
    how to translate this: https://prnt.sc/1118753
    #349934
    Diana
    Participant
    Add this code in wp-admin > Plugins > Editor > Select wplms customizer plugin > wplms-customizer.php
    
    add_filter('vibefullcalendar_locale_languageCode','set_language_locale',99999);
    function set_language_locale(){
    	return 'es';
    }
    
    Make sure the plugin should be updated
    #350233
    Ernesto Lee
    Participant
    added now what to do next?? where to translate these
    #350605
    Diana
    Participant
    Appointments Calendar translated: https://prnt.sc/114krhn Vibe Calendar will be translated as well with the same code
    #353907
    Ernesto Lee
    Participant
    This reply has been marked as private.
    #353908
    Ernesto Lee
    Participant
    code added in wplms-customizer plugin but no effect
    #353955
    Diana
    Participant
    First upgrade your vibe appointments to version 1.4.3 and then ping me here, I will check the calendar translation
    #354293
    Ernesto Lee
    Participant
    fixed... please check other translation issue. specially the timing of courses translation
    #355778
    Diana
    Participant
    okay, as your vibe calendar translation is fixed. Closing this topic And yes your topics are handled by other team members
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘vibe-calender and appointments translation’ is closed to new replies.