Removing Extra Languages etc

What's the simplest / smartest way to remove the extra language options in OTRS? What's the simplest / smartest way to remove the alternative Lite option? Rajendrakumar Premji Varsani BSc (Hons)

Hi Varsani, On Wed, Jul 14, 2004 at 10:50:13AM +0100, Varsani, Rajendrakumar (PSD) wrote:
What's the simplest / smartest way to remove the extra language options in OTRS?
Add to Kernel/Config.pm [...] $Self->{DefaultUsedLanguages} = { en => 'English', de => 'Deutsch', }; [...] If you just want to use Englisch and German.
What's the simplest / smartest way to remove the alternative Lite option?
Remove the Lite theme from the database: mysql> DELETE FROM theme WHERE theme = 'Lite';
Rajendrakumar Premji Varsani BSc (Hons)
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!
participants (2)
-
Martin Edenhofer
-
Varsani, Rajendrakumar (PSD)