Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  •  0rca
    Participant

    I think I found the problem. The original string in the buddypress pot is ‘Conversation between %s.’ and not ‘Conversation between %s and you.’
    As soon as I change it, the translation works.

    COPY CODE
    <span class="highlight">
    
    				<?php if ( !bp_get_the_thread_recipients() ) : ?>
    
                        <?php _e( 'You are alone in this conversation.', 'buddypress' ); ?>
    
                    <?php else : ?>
    
                        <?php printf( __( 'Conversation between %s.', 'buddypress' ), bp_get_the_thread_recipients() ); ?>
    
                    <?php endif; ?>
    
    			</span>

    So this will have to be changed in wp-content/themes/kleo/buddypress/members/single/messages/single.php in the next theme update too, right?

     0rca
    Participant

    Hi again,

    tracking another missing translation I found something similar in \kleo\vc_templates\vc_posts_grid.php

    The “Load More” button is created like this

    COPY CODE
    <div class="posts-load-more text-center">
    			<a data-paged="<?php echo $next_page; ?>" class="btn btn-highlight style2" href="#"><?php _e('Load more', 'k-elements'); ?></a>
    		</div>

    but the string does not exist in the K-Elements language files.

    in reply to: Translationtext not shown #206552
     0rca
    Participant

    hardcoded??

    COPY CODE
    <h3 style="padding-bottom:0px;margin-top: 20px;">
    				<?php _e( "Please choose your backgroundd repeat option", "bpcp" ); ?>
    			</h3>
Viewing 3 posts - 1 through 3 (of 3 total)

Log in with your credentials

Forgot your details?