Translation of some words in the comment area and beneath...

Discussion in 'BlogsTrend WordPress Theme' started by matthew.cybert, Oct 9, 2013.

Thread Status:
Not open for further replies.
  1. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hi,
    i need to translate the words "(required)", "Post Comment" in the comments area.

    Furthermore the words "Previous Post", "Next Post" "About [Authorname]" and "Related Posts".

    How can i handle that? Help is really appreciated- thanks in advance.

    Matthew
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hey Piyush,
    thanks for Your answer!
    Sad to say the google translator plugin will not help me. It only provides very bad results.

    Would You be so kind to show/explain where the words are hardcoded into the php code? Which file(s) do i have to change?

    These words do not show up in Your .po file so i think i have to manually translate them in the php-code, right?

    Thanks, Matthew
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For "require" text, go to the "comments.php" file present in your theme directory and search the "require"
    and then edit the require text as instructed in the image given below.

    [​IMG]


    2. For "Previous Post", "Next Post", "About", "Related Posts" text
    Go to the "single.php" file present in your theme directory and search for all these text
    and then edit them.

    For "Post Comment" ,
    It is not a text, it is an image.
    "comment-submit.png" image is used to display "Post Comment" text.
    If you want to change it then,Go to images directory present in your theme directory and replace your image with present "comment-submit.png" image or edit it.

    The name of image is "comment-submit.png" .

    Note:- Use same name for your edited image and remove the current image.
    This will solve your issue.
     
  5. matthew.cybert

    matthew.cybert Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hooray! You solved my issues completely! I´m very thankful for Your support and Your attitude towards Your customers!
    THANK YOU VERY MUCH and keep up Your good work!
    Matthew
     
Thread Status:
Not open for further replies.

Share This Page