Removing languages

Having trouble installing serendipity?
Post Reply
NightFire
Regular
Posts: 6
Joined: Thu Nov 16, 2006 5:48 pm

Removing languages

Post by NightFire »

Hi,

Just Installed this blog software. And I must say I'm impressed. Used wordpress for a while till I found this one. And this is much better.
I want to start up a blog with 2 languages. English and Dutch.
Standard language Dutch, alternative language English. Already installed the multi language plugin.

Now I want to delete all other language which are not used. Because at the section to write an article I must choose from a whole list of langauges.
Is it possible to just delete all the language files I don't need?

I saw at the folder structure there are folders with language files:

\lang
\lang\UTF-8
\htmlarea\lang (.js files)

Which of the files can I delete. And which file is used for the standard (English) language.

Thanks for the help.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Removing languages

Post by garvinhicking »

Hi!

I am currently not sure how the dropdown is built (I have too little time to check right now) but I believe the list is drawn from the $serendipity['languages'] array that you can find in the "serendipity_config.inc.php" file. Can you try to modify that and see if it has teh desired result?

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
NightFire
Regular
Posts: 6
Joined: Thu Nov 16, 2006 5:48 pm

Post by NightFire »

Yes,

Thank you. That worked perfect 8)
Post Reply