#8847 closed (fixed)
I18N docs tweaks
Description (last modified by ) ¶
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.
Change History (6)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|
by , 17 years ago
Attachment: | i18n-docs.diff added |
---|
comment:2 by , 17 years ago
milestone: | → 1.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [8946]) Fixes #8847 - a bunch of cleanups to the i18n docs. Thanks, ramiro!