<< Back
Message for this thread
Posted by Messages text
song david

Noavatar
Total post : 14
> Profile
Attachment : file
Object : No language translation?

I change to English or Simple Chinese but no change happen in red circle, and I can't find the translation key in Language Configration Panel! Thanks a lot!
 
Omid

Avatar
Total post : 339
> Profile
Written on : 18/02/2009 20:44 ( more than one month )
Object : Re: No language translation?
I don`t know where my head is gone !!! this one is so easy Kiss

Please click on Teacher area in same left side menu and then click on Manage menu , then you can edit or add your favorite menu Cool .
This is my name that is drawn with cuneiform in many many years ago !
 
song david

Noavatar
Total post : 14
> Profile
Written on : 19/02/2009 02:41 ( more than one month )
Object : Re: No language translation?
Oh my god. I've spent so long in language managerment but got nothing!
Thks a lot, Omid.

David
 
Erba Claudio

Avatar
Total post : 2135
> Profile
Written on : 25/02/2009 13:53 ( more than one month )
Object : Re: No language translation?
Hi David
That's because in database are not stored the new languages (probably), then it's a menu property
I know it sucks! We will try to fix in 4.0
Claudio 
Docebo CEO and Founder
www.docebo.com
 
ee hang liang

Avatar
Total post : 91
> Profile
Written on : 24/06/2009 14:57 ( more than one month )
Object : Re: No language translation?

I need to change Student Area menu title to chinese version also. Luckily i found this post. Here are the detailed steps:

1. Create a key in the simplified Chinese language. Go to LMS,menu_over. [You may wonder how to know it is at menu_over. I explain below]

_STUDENTS_AREA  <-> 学生区 <-> Student Area
Add key to language

2. Go to Manage Menu, change the Student Area title to _STUDENTS_AREA.

Change title of the menu
3. Don't forget to publish the menu again. Go to Manage Course, choose Menu, click assign.
End Result
Thanks Davidsong, omni, claudio.erba for the contribution.

*********************************************************

To find which Module involved in the language, like menu_over above.

I open up the php that renders the page. ie. doceboLms\menu\menu_lat.php

found the line that produce Student Area
.....( $mo_lang->isDef($name) ? $mo_lang->def($name) : $name ).'</a>' ....

Saw the object $mo_lang, look where the object is created.
$mo_lang  = DoceboLanguage::createInstance('menu_over');

found menu_over.

From LiangEH

Message modified by : liangeh on : 06/02/2010 15:58
 
ee hang liang

Avatar
Total post : 91
> Profile
Written on : 24/06/2009 15:13 ( more than one month )
Object : Cannot delete this key

Hi.

While i trying to change the title "student area" to chinese version. I face a bug.

I can't delete this language key. I have no choice but to delete at Database.

Cannot Delete Language Key
I delete records at core_lang_text and core_lang_translation tables. I hope i don't do any damage to the system.

 

From LiangEH

 

Message modified by : liangeh on : 06/02/2010 15:58
 
<< Back