HI,

I'm sorry. It's my error!

I Copied from Defaults.pm and added jp=>'Japanese' in Config.pm like this.
I modified it to $Self->{DefaultUsedLanguages}->{jp} = 'Japanese' .
Worked!
Thank you Martin.

     $Self->{DefaultUsedLanguages} = {
#            bb => 'Bavarian',
            en => 'English',
            de => 'Deutsch',
            nl => 'Nederlands',
            fr => 'Fran?is',
            bg => 'Bulgarian',
            fi => 'Suomi',
            jp => 'Japanese',
#            es => 'Espaniol',
#            cs => 'Czech',

>
> On Tue, Jan 07, 2003 at 09:35:42AM +0900, murahashi wrote:
> > > > I added jp.pm to Kernel/Language. I also added new language
> > > > $Self->{DefaultUsedLanguages}->{jp} = 'Japanese' to Config.pm.
> > > > After that, I can find new language on the agent login page.
> > > > [...]
> > >
> > > > How to add new language to language list at agent preference page?
> > >
> > > If you have your new language on the agent login page, you also should
> > > have the language on the agent preference page!
> >
> > Sorry for my unclear quiestion.
> > I have new language on the agent login page, but I could not find new
> > language on the agent preference page. This is my problem.
>
> Really! Try to add
>
> [...]
>     $Self->{DefaultUsedLanguages}->{bb} = 'Bavarian';
> [...]
>
> to your Kernel/Config.pm. Is this language shown in your preference page?
>
> > Shozo
>
>   Martin


_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to