• Hi,

    I’m working on this website: https://www.phalera.com.
    My client wanted to have the website in two languages, Dutch and English. Therefore I used the qTranslate plug-in and mostly I’ve been able to alter things like the ‘Read more link’.

    But I haven’t been able to figure out how to let qTranslate translate the comments_popup_link from Dutch (the default language) to English.

    Does somebody have some experience with this?

    Kind regards,
    Yvo Jolie

Viewing 1 replies (of 1 total)
  • Try it like this:

    <?php comments_popup_link( __( '<!--:en-->Leave a comment<!--:--><!--:es-->Deja un comentario<!--:-->', 'twentyten' ), __( '<!--:en-->1 Comment<!--:--><!--:es-->1 comentario<!--:-->', 'twentyten' ), __( '<!--:en-->% Comments<!--:--><!--:es-->% comentarios<!--:-->', 'twentyten' ) ); ?>
    
Viewing 1 replies (of 1 total)
  • The topic ‘qTranslate doesn't translate comments_popup_link’ is closed to new replies.