2016-07-16, 17:34
There is a small bug in the Finnish Kodi translation. It causes the end parts of every month name to appear twice.
For example July is heinäkuukuu when it should be heinäkuu.
I already found a fix for this. Open addons\resource.language.fi_fi\resources\langinfo.xml and change
to
I'd appreciate it if a dev could make this change in the official Finnish language addon.
For example July is heinäkuukuu when it should be heinäkuu.
I already found a fix for this. Open addons\resource.language.fi_fi\resources\langinfo.xml and change
Code:
<datelong>D. MMMM'kuuta 'YYYY</datelong>
to
Code:
<datelong>D. MMMM'ta 'YYYY</datelong>
I'd appreciate it if a dev could make this change in the official Finnish language addon.