Kodi Community Forum
Requesting .po and .xml files for different branches? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Translations and Languages (https://forum.kodi.tv/forumdisplay.php?fid=90)
+--- Thread: Requesting .po and .xml files for different branches? (/showthread.php?tid=151747)



Requesting .po and .xml files for different branches? - pkscout - 2013-01-12

I've branched the two addons I maintain, and the master branches are for Frodo with the other branch for Eden. I'm feature freezing the Eden ones, so I don't anticipate any more string changes. What's the best way to handle this?

Now that I'm looking, I don't see a way to provide a git URL directly to the Eden branch, so now I'm really not sure the best way to handle this. Since I'm freezing the Eden versions, I guess I don't really need language updates at all...

P.S. I'm can live with having the Eden xml files and the Frodo .po files in the same directory structure. I can manually move things to the right locations.



RE: Requesting .po and .xml files for different branches? - alanwww1 - 2013-01-12

Just let me know which addon it is and I can provide both PO and xml files in the same directory. Or just stick with XML files for now (frodo can still use them) and whenever you are supporting only >= Frodo versions just let me know and I change the whole thing to PO back again.

Note that after Frodo we'll have a nice new feature called plurals support for strings. This will only work with PO files. But until that you can use the XMLs.

BTW I can get the direct URLs of the different branched files for most project hosting services.


RE: Requesting .po and .xml files for different branches? - pkscout - 2013-01-13

The addons in question are the two in my signature. If you can provide XML files for the Eden branch and .po files for the master branch (Frodo) that would be awesome. I'd like to maintain the Eden stuff so that as new translations become available I can pass them on to everyone.

Mahalo.


RE: Requesting .po and .xml files for different branches? - alanwww1 - 2013-01-13

(2013-01-13, 04:08)pkscuot Wrote: The addons in question are the two in my signature. If you can provide XML files for the Eden branch and .po files for the master branch (Frodo) that would be awesome. I'd like to maintain the Eden stuff so that as new translations become available I can pass them on to everyone.

Mahalo.

Ok. With the next update you'll see PO and XML files.


RE: Requesting .po and .xml files for different branches? - pkscout - 2013-02-17

When should I expect to see the .po files? I checked today and I still only see .xml files in the translation repo. I'm doing some updates that will be Frodo only, and I'd like to go ahead and switch over to the .po files when I push the updates.


RE: Requesting .po and .xml files for different branches? - alanwww1 - 2013-02-22

Done. Sorry for the delay.