I really like sp weather but I have trouble having multilingual working. I want to use en-GB for the English site, which is working and it-IT for the Italian site. I translated the lanaguage using google translate to Italian and added language\it-IT folder and added file it-IT.mod_sp_weather.ini in the folder. I also did the same for English version.
in the file mod_sp_weather.xml
There is a line
<languages>
<language tag="en-GB">language/en-GB.mod_sp_weather.ini</language>
And I added
<language tag="it-IT">language/it-IT.mod_sp_weather.ini</language>
I also tried <language tag="it-IT">language/it-IT/it-IT.mod_sp_weather.ini</language>
But when I see sp weather front end, it doesn't show in Italian. Is there any way to fix it? Did I do anything wrong?