[Vtigercrm-commits] [vtiger development] #5443: vtlib: eliminate include/language/en_us.lang.php dependency

vtiger development vtiger-tickets at trac.vtiger.com
Sun Mar 15 08:56:13 EDT 2009


#5443: vtlib: eliminate include/language/en_us.lang.php dependency
--------------------------+-------------------------------------------------
  Reporter:  joebordes    |       Owner:  asha      
      Type:  enhancement  |      Status:  new       
  Priority:  major        |   Milestone:  5.1.0     
 Component:  vtigercrm    |     Version:  5.1.0-val1
Resolution:               |    Keywords:            
--------------------------+-------------------------------------------------
Changes (by joebordes):

  * type:  Need More Info => enhancement

Comment:

 Hi,

 I have tried with the strings in the
 module/modulename/language/en_us.lang.php file but it doesn't work.
 I attach two screen shots to show where I am having the problem.
 In the first I have NOT modified the include/language/en_us file. I have a
 new module called "Fichero" and I want to have it translated to "File" in
 English. I add these lines to the module's language file:

 {{{
 'Fichero' => 'File',
 'SINGLE_Fichero'=>'File',
 }}}

 This fixes the message box (Create a File), but the menu and module title
 (text after Inventory) are incorrect.
 I then add this line to the main language file (inlcude/language)

 {{{
 'Fichero' => 'File',
 }}}

 and I get the second screenshot which is correct.

 Keep asking if it isn't clear.

 Joe
 TSolucio

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5443#comment:4>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list