where to translate these words

Home Forums Legacy Support Support queries Translation issues where to translate these words

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #319900
    gedegypt
    Participant
    This reply has been marked as private.
    #320073
    Diana
    Participant
    Try adding this code in wp-admin > plugins > editor > select wplms customizer plugin > wplms-customizer.php
    
    
    add_filter('wplms-bbb_script_args','share_bbb_script_args', 999);
    function share_bbb_script_args($container){
    
         $container['shared_tabs'] = array(
            'shared' =>__('shared2','wplms-bbb'),
            'group' =>__('group2','wplms-bbb'),
            'course' =>__('course2','wplms-bbb')
         );
         return $container;
    }
    
    Instead of shared --> it will show shared2, so you can replace these values with your string I tried everything but still translation is not working. so you can use this code snippet
    #320192
    gedegypt
    Participant
    The fact that these untranslated words are existing in three tabs Vibe bbb - vibe zoom and vibe jitsi and after adding the codes, it is not appearing in the list P.s i translated all word in vibe Bbb and again i need to translate all again and the worst part, the problem is not fixed
    #320322
    Diana
    Participant
    This reply has been marked as private.
    #320415
    gedegypt
    Participant
    Sorry, You can not help me. Your unusually solution did not make a difference, the fact you will delay opening tickets and waste time, I am in processing of refunding. Thanks
    #320450
    gedegypt
    Participant
    The issue was fixed, Thanks close this ticket
    #320609
    Diana
    Participant
    This reply has been marked as private.
Viewing 7 posts - 16 through 22 (of 22 total)
  • The topic ‘where to translate these words’ is closed to new replies.