Normal
Hi Massimo,I checked your problem and the plugin should be fine, it's just the translation that's wrong:[CODE] <String id="2600">Inglese</String> <String id="2601">Tedesco</String> <String id="2602">Francese</String> <String id="2603">Olandese</String> <String id="2604">Norvegese</String> <String id="2605">Svedese</String>[/CODE]while it should be[CODE] <String id="2600">English</String> <String id="2601">German</String> <String id="2602">French</String> <String id="2603">Dutch</String> <String id="2604">Norwegian</String> <String id="2605">Italian</String> <String id="2606">Swedish</String>[/CODE]So in fact you should see swedish language now, as 2005 is the id for "Italian", but it's translated to "Svedese". Pls try selecting "Svedese", then you should get italian language.And of course somebody should update that translation!Maschine
Hi Massimo,
I checked your problem and the plugin should be fine, it's just the translation that's wrong:
[CODE]
<String id="2600">Inglese</String>
<String id="2601">Tedesco</String>
<String id="2602">Francese</String>
<String id="2603">Olandese</String>
<String id="2604">Norvegese</String>
<String id="2605">Svedese</String>
[/CODE]
while it should be
<String id="2600">English</String>
<String id="2601">German</String>
<String id="2602">French</String>
<String id="2603">Dutch</String>
<String id="2604">Norwegian</String>
<String id="2605">Italian</String>
<String id="2606">Swedish</String>
So in fact you should see swedish language now, as 2005 is the id for "Italian", but it's translated to "Svedese". Pls try selecting "Svedese", then you should get italian language.
And of course somebody should update that translation!
Maschine