- Thread starter
- #81
Hi Massimo,
I checked your problem and the plugin should be fine, it's just the translation that's wrong:
while it should be
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
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>
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>
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