[Vtigercrm-commits] [vtiger development] #5424: i18n problem with vtlib customization

vtiger development vtiger-tickets at trac.vtiger.com
Sun Dec 28 10:09:49 EST 2008


#5424: i18n problem with vtlib customization
-----------------------+----------------------------------------------------
 Reporter:  frankpie   |       Owner:  developer
     Type:  defect     |      Status:  new      
 Priority:  critical   |   Milestone:  5.1.0    
Component:  vtigercrm  |     Version:  5.0.4    
 Keywords:             |  
-----------------------+----------------------------------------------------
 in ListViewEntries.tpl at line 191 you find:

 {* vtlib customization: Use translation string only if available *}
 {$APP.LBL_NO} {if
 $APP.$MODULE_CREATE}{$APP.$MODULE_CREATE}s{else}{$MODULE_CREATE}{/if}
 {$APP.LBL_FOUND} !</span></td>

 This works only for English because:
 - 's' is hardcoded
 - it does not make any sense to assamble an expression based on English
 grammar.

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5424>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list