[Vtigercrm-developers] Internationalization issue

Asha asha at vtiger.com
Wed Aug 17 11:10:28 PDT 2011


Hi Nicolas,

You can report issues using our bug tracking system -
http://trac.vtiger.com/cgi-bin/trac.cgi

On Wed, Aug 17, 2011 at 11:30 PM, Nicolas Larcipretti <
niclarcipretti at gmail.com> wrote:

> By the way, how can I report BUGs using trac ? I'm new to this tool.
>
> Cheers
>
> Nicolas
>
>
> 2011/8/16 Nicolas Larcipretti <niclarcipretti at gmail.com>
>
>> Hi guys,
>>
>> I'was facing an issue with the calendar module and, after some debug, I've
>> found this in the DetailView.php file:
>>
>> if(isset($finaldata['sendnotification']) && $finaldata['sendnotification']
>> == 'yes')
>>
>> The code above will never work with any translated vtiger installation,
>> once the "sendnotification" field stores the translated version of the word
>> "yes".
>>
>> Can we add this at vtiger's trac and change the above code with something
>> like the code below, and make it part of vtiger's next version?
>>
>> if(isset($finaldata['sendnotification']) && $finaldata['sendnotification']
>> == $mod_strings['LBL_YES'])
>>
>> Cheers
>>
>> Nicolas
>>
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
Regards,
Asha
vtiger Team

*Connect with us on: *Twitter <http://twitter.com/#%21/vtigercrm> *I*
Facebook <http://www.facebook.com/pages/vtiger/226866697333578?sk=wall> *I*
Blog <http://blog.vtiger.com/>* I*
Wiki<http://wiki.vtiger.com/index.php/Main_Page>
 *I *Forums  <http://forums.vtiger.com/>*I* Website <http://vtiger.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20110817/576f4c45/attachment-0002.html 


More information about the vtigercrm-developers mailing list