Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#8847 closed (fixed)

I18N docs tweaks

Reported by: Ramiro Morales Owned by: Jacob
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 (last modified by Ramiro Morales)

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 demonstrate 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.

Attachments (1)

i18n-docs.diff (15.9 KB ) - added by Ramiro Morales 16 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Ramiro Morales, 16 years ago

Description: modified (diff)

by Ramiro Morales, 16 years ago

Attachment: i18n-docs.diff added

comment:2 by Jacob, 16 years ago

milestone: 1.0
Owner: changed from nobody to Jacob
Status: newassigned

comment:3 by Jacob, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [8946]) Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro!

comment:4 by Jacob, 15 years ago

(In [10241]) Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.

comment:4 by Jacob, 12 years ago

milestone: 1.0

Milestone 1.0 deleted

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