![]() |
|
help us translate addons - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Translations and Language Files (/forumdisplay.php?fid=90) +--- Thread: help us translate addons (/showthread.php?tid=72837) |
- anighr - 2010-05-28 07:00 Dakhar Wrote:I want to help you with Russian translations, but I can't understand how to apply my translation to the source Russian translate for SVN_Repo_Installer http://rapidshare.com/files/392391849/Russian.rar - hudo - 2010-06-04 18:27 Portuguese translation of metadata scrapers added. Track ticket - http://trac.xbmc.org/ticket/9342. What's next? hudo - Kolabor - 2010-09-27 18:24 Can someone tell me how can I make a patch using Tortoisegit for Windows? I thought it will be the same as in TortoiseSVN but looks like it is different. - spiff - 2010-09-28 12:01 1) commit your changes 2) use the entry that is named something ala 'format patch'. - Kolabor - 2010-09-28 13:39 OK. Will try today after work. I thought I should create diff patch just as in SVN and post it to Trac. - spiff - 2010-09-28 13:46 yes, that's what this will achieve. git works a bit differently. you have your own, local repository you can commit to. you then create patches creating the changes done in those commits. - Kolabor - 2010-09-28 14:08 Hmm. I installed Tortoisegit and then I did a checkout of addons repo. Should I make a local repo of that or is it done automatically? Sorry for such lame questions spiff, but Git is new for me. - spiff - 2010-09-28 14:14 you didn't checkout. you CLONED you already have it. it's simply how git works.
- Kolabor - 2010-09-28 14:23 I should first rtfm then ask. ![]() If I fail at making a diff I'll ask. Thanks spiff. - hudo - 2010-09-28 17:47 See if this can get you going with git and patches: http://forum.xbmc.org/showthread.php?tid=76029 hudo |