Can’t translate course status

Home Forums Legacy Support Support queries Translation issues Can’t translate course status

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #341892
    tothaigrowthhacking
    Participant
    Hi, https://screencast-o-matic.com/watch/crnrcOSSMp “number of session, unit, assigntment” can’t translate.
    #342109
    Diana
    Participant
    This reply has been marked as private.
    #342131
    tothaigrowthhacking
    Participant
    This reply has been marked as private.
    #342132
    tothaigrowthhacking
    Participant
    This reply has been marked as private.
    #343082
    Diana
    Participant
    This reply has been marked as private.
    #343174
    tothaigrowthhacking
    Participant
    This reply has been marked as private.
    #343299
    Diana
    Participant
    This reply has been marked as private.
    #343322
    tothaigrowthhacking
    Participant
    This reply has been marked as private.
    #343577
    tothaigrowthhacking
    Participant
    @diana Can you help me? I need it to soon finish my last beta source LMS
    #343622
    Diana
    Participant
    Checking
    #343635
    Diana
    Participant
    You can use this code and add in wplms customizer plugin
    
    add_filter('wplms_course_details_widget','wplms_information1',999);
    
    function wplms_information1($details){
    
        $details['number_units']['label']='chnage number of units text';
        $details['number_sections']['label']='chnage number of sections text';
    
        return $details;
    
    }
    
    Here, we are translating the string using custom code
    #343642
    tothaigrowthhacking
    Participant
    That's don't work: https://screencast-o-matic.com/watch/creeX6WKww
    #343886
    Diana
    Participant
    I was not able to add the code in your wplms customizer plugin on your site. I will need FTP details to check the code because the same is working fine at my end
    #343957
    tothaigrowthhacking
    Participant
    This reply has been marked as private.
    #344086
    tothaigrowthhacking
    Participant
    @Diana, can you help me soon?
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Can’t translate course status’ is closed to new replies.