zenkert
03-13-2008, 08:30 AM
Hi!
I plan to translate JoomlaLMS to Swedish.
As I understand it all the language files resides in the directory "languages".
Each language has it´s own directory.
I guess it´s fairly simple?
1. Make a copy of the f.i. english directory rename it "swedish".
2. Look trough all the php-files and translate words, phrases and sentences to swedish
For instance the following line in file "course_users_lang.php:
$JLMS_LANGUAGE['_JLMS_USERS_CSV_DELETE'] = "Delete users";
will be altered to:
$JLMS_LANGUAGE['_JLMS_USERS_CSV_DELETE'] = "Radera användare";
3. Then of course you have to pre run it to see if everything works and that the translation does not mess up with the design and lay-out of JoomlaLMS.
Is this the correct approach?
A couple of questions:
1. What about Swedish letters å,ä,ö how do you encode them?
2. Are there any changes you have to do somewhere else so JoomlaLMS will recognize the new language ?
I plan to translate JoomlaLMS to Swedish.
As I understand it all the language files resides in the directory "languages".
Each language has it´s own directory.
I guess it´s fairly simple?
1. Make a copy of the f.i. english directory rename it "swedish".
2. Look trough all the php-files and translate words, phrases and sentences to swedish
For instance the following line in file "course_users_lang.php:
$JLMS_LANGUAGE['_JLMS_USERS_CSV_DELETE'] = "Delete users";
will be altered to:
$JLMS_LANGUAGE['_JLMS_USERS_CSV_DELETE'] = "Radera användare";
3. Then of course you have to pre run it to see if everything works and that the translation does not mess up with the design and lay-out of JoomlaLMS.
Is this the correct approach?
A couple of questions:
1. What about Swedish letters å,ä,ö how do you encode them?
2. Are there any changes you have to do somewhere else so JoomlaLMS will recognize the new language ?