I'm editing the serendipity_lang_en.inc.php file (English).
I tried to change:
@define('POSTED_BY', 'Posted by');
to
@define('POSTED_BY', 'Author:');
But I still don't see any changes in my entries. Can anyone tell me what I'm doing wrong? I can provide screenshots if it would help. Cheers.
Help with the Language File ?
Re: Help with the Language File ?
Maybe your blog runs on UTF-8? In that case, you'd have to edit the file sitting in the UTF-8 subdirectory. It's not a good idea to edit these anyway since your changes will be overwritten in the next s9y update. There is some way to do this using the lang files in a template, but I don't remember it right now and can't find it using the search ...m85021 wrote:Can anyone tell me what I'm doing wrong?
YL