2021-03-16, 13:23
I'm converting my MCERemote addon to work with Python 3 but I've run into problem with the strings. I've converted the code and used Ronie's script to convert the settings.xml and the addon works. But in the settings it isn't loading the strings. It should look like:
http://swarchive.ratsauce.co.uk/XBMC/working.png
But instead it looks like:
http://swarchive.ratsauce.co.uk/XBMC/notworking.png
Everywhere there is a label="30109" (random number) the string doesn't load. I'm guessing the new settings format requires the strings to be in strings.po. Is there an easy way to convert my strings.xml to strings.po or do I have to just fire up my text editor and get down to it?
http://swarchive.ratsauce.co.uk/XBMC/working.png
But instead it looks like:
http://swarchive.ratsauce.co.uk/XBMC/notworking.png
Everywhere there is a label="30109" (random number) the string doesn't load. I'm guessing the new settings format requires the strings to be in strings.po. Is there an easy way to convert my strings.xml to strings.po or do I have to just fire up my text editor and get down to it?