#1  
Old 2004-12-07, 04:49 PM
Sugar Community Member
 
Join Date: Jul 2004
Posts: 92
Post PATCH for jsCalendar in french

French translation was awfull so I had to retranslate the file and I sent it to dynarch.com and to SugarCRM team.
I hope they will integrate it in the next version.

If you want to set your language and to set monday first instead of sunday there is 2 files to modify.
First replace :
echo '<script type="text/javascript" src="jscalendar/lang/calendar-en.js"></script>';
by :
echo '<script type="text/javascript" src="jscalendar/lang/calendar-'.substr($current_language,0,2).'.js"></script>';

then replace :
param_default("firstDay", 0); // defaults to "Sunday" first
by :
param_default("firstDay", 1); // defaults to "Sunday" first


substr($current_language,0,2) will keep only the 2 first letters of you language variable, it has to correspond to dynarch first 2 letters representing your language. In most case this will be ok, if not, just replace it by what you need.

HTH.

Vince
Attached Files
File Type: zip calendar-fr.zip (1.7 KB, 709 views)
__________________
SYNOLIA
Oldest SugarCRM partner in the world and Gold Partner / Partenaire GOLD SugarCRM
Official French Translator / Responsable de la traduction Française

51 Avenue Jean Jaurès - 69007 LYON - FRANCE - Tel : +33 4 27 70 53 70
www.synolia.com | @synolia sur Twitter
www.crm-france.com | Forum CRM-France
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asterisk Patch 1.1.0 Crash on logon skyracer Help 6 2006-07-08 07:30 AM
patch about summer time in french language pack JoeWall Translators 0 2005-11-18 08:42 PM
PATCH : French Translation nicolas Downloads 2 2005-05-20 05:16 PM
Sugar Suite 2.5.0c Patch C available for download julian Downloads 2 2005-02-11 07:23 PM


All times are GMT. The time now is 02:01 AM.


Powered by: vBulletin
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.0
SourceForge.net Logo