calender is not translated in dashboard area.

Home Forums Legacy Support Support queries Translation issues calender is not translated in dashboard area.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #356979
    Ernesto Lee
    Participant
    i tried translating all plugins theme etc. they all are in the global folder. plugin and theme are up to dat. POt file is up-to-date. refer this original topic: https://wplms.io/support/forums/topic/vibe-calender-and-appointments-translation/ this is the issue: https://trello-attachments.s3.amazonaws.com/6009863cac0d3a191a2b3bbd/6059a61655c84a611dc263b8/85c91114a528f8473cd928e07780b68a/Dashboard_Calendar_1.jpg https://prnt.sc/12ta8jl
    #357122
    Ada
    Participant
    Hi, Have you tried adding the code provided by @Diana in wplms-customizer.php
    
    add_filter('vibefullcalendar_locale_languageCode','set_language_locale',99999);
    function set_language_locale(){
      return 'es';
    }
    
    #357277
    Ernesto Lee
    Participant
    yes, it does not work thats why i contacted again.
    #357296
    Scott Lang
    Moderator
    Checked the following code our end it is working fine check this https://prnt.sc/12wt65d The issue can be customizer plugin is not active or where you are adding code file is not included. Please share your admin credential and site URL in a private reply.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘calender is not translated in dashboard area.’ is closed to new replies.