Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have installed the internationalization module, but can't find where to specify a translation for "Read more" and other system strings. Thanks for any hints

share|improve this question

1 Answer

up vote 3 down vote accepted

Assuming you have added and enabled another language in admin/config/regional/language

Just head over to admin/config/regional/translate and search for the string you want translated.

IMPORTANT The strings are both case and whitespace sensitive. Searching for "Read More" returns no results but "read more" has a hit (see screenshot).

Also, since a lot of strings have placeholders that are substituted with variables you might have better luck with other strings if you search for a small subset of it as opposed to the entire thing!

Additionally, I strongly recommend installing the Localization Update module, it will automatically download and update translations for all contributed modules.

Attached Screenshot

share|improve this answer
Thanks Alex, but I tried to search for "read more" in the "translate" tab (the only place where I can search for strings) but there were no result. – NathanZ Apr 15 '12 at 14:36
Nevermind, I did not update translations correctly, now it's working. Thanks – NathanZ Apr 15 '12 at 15:59

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.