• Hello,

    Some translation are not done inside comments.php:

    – some lines must be commented

    //			  'title_reply'       => 'Leave a Reply',  // that's the wordpress default value! delete it or edit it ;)
    //			  'title_reply_to'    => 'Leave a Reply to %s',  // that's the wordpress default value! delete it or edit it ;)
    //			  'cancel_reply_link' => 'Cancel Reply',  // that's the wordpress default value! delete it or edit it ;)
    //			  'label_submit'      => 'Post Comment',  // that's the wordpress default value! delete it or edit it ;)

    – domain argument must be added here:

    __( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:', 'lithium' )

    but this message is already provided by wordpress…

    – and here translation must be added:

    'comment_field' =>  '<p><textarea placeholder="' . __('Start typing...', 'lithium') . '" id="comment" class="form-control" name="comment" cols="45" rows="8" aria-required="true"></textarea></p>',

    Regards

The topic ‘i18n not done in lithium/comments.php’ is closed to new replies.