On 02/03/07, Jorge Gajon <[EMAIL PROTECTED]> wrote:
>
> If you file a new ticket you can attach the complete django.po file.

   http://code.djangoproject.com/ticket/3647

> If you want to just attach a diff then you will need to generate a
> diff with command "svn diff > patch.diff". This command should be run
> from the main folder of a Django source tree that you checked out with

   mmhh, I created the patch with  diff -p "original" "new" > patch_file
  and when you want to apply it

     patch -p1 < "patch_name"

>

-- 
http://www.advogato.org/person/mgonzalez/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django I18N" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Django-I18N?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to