Changes between Initial Version and Version 1 of Ticket #8847
- Timestamp:
- Sep 3, 2008, 11:59:18 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8847 – Description
initial v1 1 The attached patch contains the following changes 1 The attached patch contains the following changes: 2 2 3 `topics/i18n.txt`: 3 4 4 * Deleted text that talks about translating Django itself 5 that was intermixed with the content about 6 preparing applications/projects for L10N or translating 7 an app. The content was either: 5 * 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: 8 6 9 7 * Moved to internals/contributing.txt 8 10 9 * Replaced with links to that document 11 10 12 * Corrected the example regarding the usage of named-string interpolation 13 to really demosntarte the concept. 11 * Corrected the example regarding the usage of named-string interpolation to really demonstrate the concept. 14 12 15 * Added a clear "New in Django 1.0" (previously "New in Django 16 development version") marker to the section about the language 17 preferences cookie name. 13 * Added a clear "New in Django 1.0" (previously "New in Django development version") marker to the section about the language preferences cookie name. 18 14 19 15 * Deleted references to "validator messages". 20 16 21 * Added reST markup so the template code blocks get nicely 22 Pygmented 17 * Added reST markup so the template code blocks get nicely Pygmented 23 18 24 19 * Reworded a bit the gettext on Windows section. … … 26 21 `internals/contributing.txt`: 27 22 28 * Reordered and fleshed out the steps about contributing/maintaining 29 a Django translation. 23 * Reordered and fleshed out the steps about contributing/maintaining a Django translation.