I'm trying to translate to norwegian.
The link title I get when hovering the mouse over the commentlink on the frontpage is still in english, where can I find this in the templates?
Is editing of the core files needed here as well?
I'm trying to translate to norwegian.
The link title I get when hovering the mouse over the commentlink on the frontpage is still in english, where can I find this in the templates?
Is editing of the core files needed here as well?
Have a look in your theme for anything with 'title="xyz"'.
Yeah, I did that already, thats why I think it might be in the core WP files, since I found other things in there I had to translate before.
Yes, it is in the core files.
I see it in /wp-includes/comment-functions.php:
echo ' title="' . sprintf( __('Comment on %s'), $post->post_title ) .'">';
Thanks alot tanster.
No problem! :)
This topic has been closed to new replies.