Ticket #5137: contributing.txt.diff

File contributing.txt.diff, 934 bytes (added by Nicola Larosa <nico@…>, 17 years ago)
  • contributing.txt

     
    255255translated, here's what to do:
    256256
    257257    * Join the `Django i18n mailing list`_ and introduce yourself.
    258     * Create and submit translations using the methods described in the
     258    * Create or update a translation using the methods described in the
    259259      `i18n documentation`_.
     260    * Submit the patch_ to the bug tracker.
     261   
     262      There's no need to announce it to the mailing list: it will be picked
     263      up and committed by the developers as soon as possible anyway.
     264    * Add yourself to the appropriate entry on the Localization_ wiki page.
    260265
    261266.. _Django i18n mailing list: http://groups.google.com/group/django-i18n/
     267.. _Localization: http://code.djangoproject.com/wiki/Localization
    262268.. _i18n documentation: ../i18n/
    263269
    264270Coding style
Back to Top