• Resolved laportjo

    (@laportjo)


    Hi,

    I bought the PRO version and there seem to be translations that are not present in the PO file :

    inc/pro-ip/comments.php
    line 88
    line 91
    line 95

    inc/pro-ip/comments-widget.php
    line 12

    Or am I missing something ?

    Thanks!

    Jonathan

    p.s. I temporarily hardcoded the French translations on my website

    • This topic was modified 3 years, 1 month ago by laportjo.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @laportjo,

    Thanks for your enquiry ??

    All these lines should already be translatable, please see:

    Line 88: $html .= ‘‘.__( ‘Login to comment’, ‘ideapush’ ).’‘;

    Line 91: $html .= ‘<textarea id=”idea-push-new-comment” placeholder=”‘.__(‘Add new comment’,’ideapush’).'”>’;

    Line 95: $html .= ‘<button data-idea-id=”‘.$ideaId.'” data-user-id=”‘.$currentUserId.'” class=”submit-new-comment”>’.__(‘Comment’,’ideapush’).’ <i class=”ideapush-icon-Submit”></i></button>’;

    And the other file:

    Line 12: $html .= ‘<span class=”ideapush-form-title”>’.__(‘Latest Comments’,’ideapush’).'</span>’;

    Maybe they are not in the pot file, is that what you mean?

    Thanks,

    Thread Starter laportjo

    (@laportjo)

    Yes they’re not in the POT file.

    When everything will be in the POT file, I’ll be able to transfer you the French version.

    Thanks!

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @laportjo,

    I have just released an update for the pro version which contains an updated pot file which has these additional strings. Thank you,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Translations missing for the comments’ is closed to new replies.