Hi HaiND,
Thanks for the info. umberBut how can I do the translation? in fact I need the information presented on the front end to be in Portuguese. How can I do this?
Hi Keytiane
Thank you for feedback us
Please follow the instructions
in source code: ..\modules\mod_jux_basic_weather\assets\js\script.js at lines 93, 94, 95, 96, 97, 98
example at line 98, you want to edit "sunset" to EDIT
if (options.sunset) html += '<div class="weatherSunset">Sunset: '+ data.astronomy.sunset +'</div>';
edit
if (options.sunset) html += '<div class="weatherSunset">EDIT: '+ data.astronomy.sunset +'</div>';
hope you understand, If still having problem, please send information login back-end
I will check it for you
Thanks