Daniel Nylander wrote:
Robert Shearman skrev:
Daniel Nylander wrote:
Here is the patch to add Swedish localization files to Wine. Sorry, this is my first patch using git and I'm really unsure if I did it correctly.
You need to use git-add to include the new files in the commit/patch you sent.
Hmm, I did do that. When I did it now, git did add them again.
Please look at these newly created patches
http://home.danielnylander.se/translations/wine/wine-swedish.patch http://home.danielnylander.se/translations/wine/add_sv_build.patch
You need to make one patch with both the changes to existing .rc files and with the new .rc files, otherwise the commit isn't atomic.
Also, don't gzip a patch unless it is over ~100KB since it makes it much harder to review.