Help with the Language File ?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
m85021
Regular
Posts: 7
Joined: Tue Sep 11, 2007 7:52 am

Help with the Language File ?

Post by m85021 »

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.
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Help with the Language File ?

Post by yellowled »

m85021 wrote:Can anyone tell me what I'm doing wrong?
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 ...

YL
Post Reply