Hey
I have made a danish lang file...
You are welcome to give me feedback if you think that something could have been translated better or if I have made some spell errors....
http://www.studmed.dk/files/da.js
Tue, 12/07/2004 - 01:38
#1
RE: Danish lang file - RC1
That's nice ) I trancelated the file also and will check yours.
But one question how did you get it to work on the editor because i can not get it to work on the editor ?
/Martin
RE: Danish lang file - RC1
and the I added:
'da' : 'Dansk',
To fcklanguagemanager.js, so It now look like this:
var FCKLanguageManager = new Object() ;
FCKLanguageManager.AvailableLanguages =
{
'ar' : 'Arabic',
'bs' : 'Bosnian',
'ca' : 'Catalan',
'da' : 'Dansk',
'en' : 'English',
'es' : 'Spanish',
'et' : 'Estonian',
'fi' : 'Finnish',
'fr' : 'French',
'gr' : 'Greek',
'he' : 'Hebrew',
'hr' : 'Croatian',
'it' : 'Italian',
'ko' : 'Korean',
'lt' : 'Lithuanian',
'no' : 'Norwegian',
'pl' : 'Polish',
'sr' : 'Serbian (Cyrillic)',
'sr-latn' : 'Serbian (Latin)',
'sv' : 'Swedish'
}
I guess that was it....
RE: Danish lang file - RC1
Ok, that just works fine, thanks alot )
/Martin
RE: Danish lang file - RC1
But I can't get the da file to work.
I've saved a da.js file in the lang folder.
I've added the da to the fcklanguagemanager.js.
I've also changed the fckconfig.js file to:
FCKConfig.AutoDetectLanguage = true ;
FCKConfig.DefaultLanguage = 'da' ;
I've also tried with
FCKConfig.AutoDetectLanguage = false ;
FCKConfig.DefaultLanguage = 'da' ;
But it keeps popping up with the english text. I'm using the php version.
What the *beeeep* am I doing wrong?
/Lars
RE: Danish lang file - RC1
And you did what this post says?
https://sourceforge.net/forum/message.p ... id=2881696
RE: Danish lang file - RC1
Everything is like you wrote it.