index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
i18n
/
internationalization.txt
Age
Commit message (
Expand
)
Author
2011-10-22
Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...
Aymeric Augustin
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-03
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-08-30
Fixed #16717 -- Added ability to store result of trans template tag in contex...
Jannis Leidel
2011-07-10
Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.
Simon Meers
2011-07-04
Fixed #16332 -- Added language template tag that switches the activate langua...
Jannis Leidel
2011-06-16
Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-06-15
Added a few cross references to the i18n docs and documented pgettext and col...
Jannis Leidel
2011-05-29
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
Jannis Leidel
2011-05-23
Fixes #16072 -- incorrect documentation for multiple expressions inside a blo...
Chris Beaven
2011-05-13
Fixed #16005 -- Error in blocktrans docs -- thanks bezidejni
Simon Meers
2011-03-24
Moved versionadded below heading for "Localized names of languages".
Simon Meers
2011-02-07
Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...
Ramiro Morales
2010-12-29
Fixed #12193 - Add details to the i18n documentation for translation of model...
Timo Graham
2010-12-29
Fixed #13961 - note that reverse URL lookups can't be done within a blocktran...
Timo Graham
2010-12-18
Fixes #7817 and #9456.
Chris Beaven
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-12-01
Removed reference to potential exception during template rendering-time from ...
Ramiro Morales
2010-11-17
Corrected some syntax issues in the docs.
Alex Gaynor
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-12
Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati...
Gabriel Hurley
2010-11-04
Fixed typo in i18n docs.
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-08
Fixed #14421 -- Clarified the english in the i18n documentation. Thanks to Ne...
Russell Keith-Magee
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr ...
Russell Keith-Magee
2010-05-09
Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...
Jannis Leidel
2010-05-09
Fixed #12278 -- Corrected an example usage of string_concat. Thanks to loumz ...
Russell Keith-Magee
2010-05-09
Fixed #13417 -- Clarified the use of the djangojs domain for translation. Tha...
Russell Keith-Magee
2010-03-27
Fixed #13189 -- Fixed typo in code example, thanks to gabrielhurley for patch.
Gary Wilson Jr
2010-03-15
Fixed #13014 - Added section about how to use the language code with fragemen...
Jannis Leidel
2010-03-08
Fixed #13013 -- Added missing {% csrf_token %} in example form.
Russell Keith-Magee
2010-02-16
Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...
Jannis Leidel