Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue Reading Translation #19

Open
svmillin opened this issue Apr 10, 2013 · 0 comments
Open

Continue Reading Translation #19

svmillin opened this issue Apr 10, 2013 · 0 comments

Comments

@svmillin
Copy link

Currently, "Continue Reading" is appended to all excerpts but it's not translated (line 336 or so in functions.php).

function gcwu_fegc_continue_reading_link() {
    return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'gcwu_fegc' ) . '</a>';
}

Adding [:en]Read more...[:fr]En savoir plus... (or similar) fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant