Hello, i have a site and i dont know how to change language from comments

  • Unknown's avatar

    Hello, i can change 1 comments to „Un comentariu“, but i cant change „0 comments“ to „0 comentarii“, can you help me? i leave you below comments.php lines

    ”.esc_html__( ‘Lasă un răspuns’, ‘clicknews’ ).”,
    ‘title_reply_to’=> ”.esc_html__( ‘Lasă un răspuns’, ‘clicknews’ ).”,
    ‘logged_in_as’ => ‘

    ‘ .
    sprintf(
    __( ”.esc_html__( ‘Logged in as’, ‘clicknews’ ).’ %2$s. ‘.esc_html__( ‘Log out?’, ‘clicknews’ ).’‘ ),
    admin_url( ‘profile.php’ ),
    $user_identity,
    wp_logout_url( apply_filters( ‘the_permalink’, get_permalink( ) ) )
    ) . ‘

    ‘,
    ‘comment_field’ => ‘

    ‘,
    ‘comment_notes_before’ => ”,
    ‘comment_notes_after’ => ”,
    ‘cancel_reply_link’ => ”.esc_html__( ‘Anulează’, ‘clicknews’ ).”,
    ‘label_submit’ => ”.esc_html__( ‘Postează comentariul’, ‘clicknews’ ).”,

    ‘fields’ => apply_filters(‘comment_form_default_fields’, array(
    ‘author’ => ‘

    ‘.
    ”.
    ‘.

    ‘,
    ’email’ => ‘

    ‘,
    ‘url’ => ‘

    ‘ .
    ”.’‘.

    ‘)),
    );

    ?>

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    It appears that your website uses the self-hosted version of WordPress rather than WordPress.com, which is what this forum is designed to help with. Note the difference here: https://en.support.wordpress.com/com-vs-org/

    You may be able to find help here: https://wordpress.org/support/ or alternatively contact your hosting provider.

    Hope this gets fixed soon!

  • The topic ‘Hello, i have a site and i dont know how to change language from comments’ is closed to new replies.