Opened 16 years ago

Last modified 13 years ago

#8847 closed

I18N docs tweaks — at Initial Version

Reported by: Ramiro Morales Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The attached patch contains the following changes
topics/i18n.txt:

  • Deleted text that talks about translating Django itself that was intermixed with the content about preparing applications/projects for L10N or translating an app. The content was either:
  • Moved to internals/contributing.txt
  • Replaced with links to that document
  • Corrected the example regarding the usage of named-string interpolation to really demosntarte the concept.
  • Added a clear "New in Django 1.0" (previously "New in Django development version") marker to the section about the language preferences cookie name.
  • Deleted references to "validator messages".
  • Added reST markup so the template code blocks get nicely Pygmented
  • Reworded a bit the gettext on Windows section.

internals/contributing.txt:

  • Reordered and fleshed out the steps about contributing/maintaining a Django translation.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top