This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop code question

Old posts that have not been replied to for several years.
Locked
C
CyberWolf

eggdrop code question

Post by CyberWolf »

if i want to add another language to eggdrop, do i have to change code too? because in eggdrop source code there is output that is shown to the user on the bot itself in english, am i wrong or do i just have to add another language file?

Greetz
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

If you wish to make a translation, then you use the english template files in the "language" dir.

Change the strings to the relevant translation for your language.

Once complete, you need to keep the filename the same, though change the word english to your language name.

Follow the instructions in the config file, on how to load this new file.
Locked