I'm creating a site in Spanish. When I perform a search, all works ok, but I need to replace the "Read More" text that shows up on each search result item.
I searched via Google and on this forum, it seems that all the answers I found were related to blog posts or portfolio items. This doesn't apply to page items (which I chose to be shown when I search occurs).
BTW, I'm using the language .po files on the config.php and I can tell it is working on some words (eg, Home has been replaced by Inicio, that is ok). So should I edit the .po file? Or just simply edit a particular php file?
I was referring to the Striking Theme. The language setting on the wp_config.php has indeed "define('WPLANG', 'es_ES');" and I can see some items of the admin and front end using the correct translated word.
Not sure why "Read More" wasn't replaced, since it is defined there, but the trick was, as you said, to go to blog settings and change it there!