03-01-2017, 04:07 PM
Pages: 1 2
03-02-2017, 09:12 AM
This calendar is translated with this variable:
https://github.com/tsolucio/corebos/blob/master/include/language/pt_br.lang.php#L517
it looks correct in the latest version. What value do you have in that variable in your install?
https://github.com/tsolucio/corebos/blob/master/include/language/pt_br.lang.php#L517
it looks correct in the latest version. What value do you have in that variable in your install?
03-02-2017, 12:30 PM
'LBL_JSCALENDAR_LANG' => 'br',
03-02-2017, 05:25 PM
Can you look in the javascript console to see if the file jscalendar/lang/calendar-br.js is loaded or you have some error related to this file?
Does the file exist in your install?
Does the file exist in your install?
03-02-2017, 05:26 PM
Do you have this line of code in your Header.tpl file?
https://github.com/tsolucio/corebos/blob/master/Smarty/templates/Header.tpl#L68
https://github.com/tsolucio/corebos/blob/master/Smarty/templates/Header.tpl#L68
03-11-2017, 08:13 PM
(03-02-2017, 05:26 PM)joebordes Wrote: [ -> ]Do you have this line of code in your Header.tpl file?
https://github.com/tsolucio/corebos/blob/master/Smarty/templates/Header.tpl#L68
yes
(03-02-2017, 05:25 PM)joebordes Wrote: [ -> ]Can you look in the javascript console to see if the file jscalendar/lang/calendar-br.js is loaded or you have some error related to this file?
Does the file exist in your install?
yes occurs an error ( see attached file )
(03-02-2017, 12:30 PM)rslemer Wrote: [ -> ]'LBL_JSCALENDAR_LANG' => 'br',
if i set to 'en" mini calendar is displayed correctly
if i set to 'br' mini calendar not is displayed anymore ..
03-11-2017, 11:31 PM
the br translation was incorrect. I updated it here:
https://github.com/tsolucio/corebos/commit/0ccb379bfcb30db484eb9a2892a6327c6349814b
update your code and try again
https://github.com/tsolucio/corebos/commit/0ccb379bfcb30db484eb9a2892a6327c6349814b
update your code and try again
03-12-2017, 12:14 AM
mini calendar is displayed now, but with wrong characters ( in file is ok, but when showed not ... )
03-12-2017, 12:30 AM
I see it correctly
send me a screenshot
send me a screenshot
03-12-2017, 12:49 AM
(03-12-2017, 12:30 AM)joebordes Wrote: [ -> ]I see it correctly
send me a screenshot
// full month names
Calendar._MN = new Array
("Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro");
Some modules work, another modules not
In panel works fine
in service contracts, opportunities, help desk, not ...
Pages: 1 2