Reznikov Artyom wrote:
Hello! I'm translating ReactOS into Ukrainian. I was told in in ROS bugzilla (http://www.reactos.org/bugzilla/show_bug.cgi?id=2420) that my MSI translation should be sent to wine. So I'm sending it in this letter. Am I doing this correctly and in right place?
You are in the right place but you doing it wrong - the patch have to be in the unified diff format. In this case you should do: diff -u /dev/null dlls/msi/msi_Uk.rc > patch.diff
Oh and make sure it is in UNIX format not dos. (line brakes are \n not \n\r).
Vitaliy