summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
2011-10-30Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...Ramiro Morales
2011-10-26Fixed a reference that was broken at r17026.Aymeric Augustin
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Removed a couple of notes associated with deprecated utilities from the local...Ramiro Morales
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-08-30Fixed #16717 -- Added ability to store result of trans template tag in contex...Jannis Leidel
2011-07-10Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.Simon Meers
2011-07-04Fixed #16332 -- Added language template tag that switches the activate langua...Jannis Leidel
2011-06-19Added '.txt' to list of file extensions that the makemessages management comm...Jannis Leidel
2011-06-16Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-15Added a few cross references to the i18n docs and documented pgettext and col...Jannis Leidel
2011-06-11Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann.Jannis Leidel
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-23Fixes #16072 -- incorrect documentation for multiple expressions inside a blo...Chris Beaven
2011-05-14Removed last vestiges of references to technical messages from documentation.Ramiro Morales
2011-05-13Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
2011-03-24Moved versionadded below heading for "Localized names of languages".Simon Meers
2011-02-18Fixed #15347 -- Corrected a typo in the l10n docs. Thanks to RaceCondition fo...Gabriel Hurley
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2010-12-29Fixed #12193 - Add details to the i18n documentation for translation of model...Timo Graham
2010-12-29Fixed #13961 - note that reverse URL lookups can't be done within a blocktran...Timo Graham
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-21Fixed #14910 -- Clarified the order of precedence of loading translation cata...Jannis Leidel
2010-12-18Fixes #7817 and #9456.Chris Beaven
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-01Removed reference to potential exception during template rendering-time from ...Ramiro Morales
2010-11-17Corrected some syntax issues in the docs.Alex Gaynor
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-12Fixed #14669 -- corrected an ungrammatical sentence in the internationalizati...Gabriel Hurley
2010-11-07Fixed #14636 -- corrected bad formatting in the docs, which was resulting in ...Alex Gaynor
2010-11-04Fixed typo in i18n docs.Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-10-10Fixed #6073 -- Made compilemessages 18n management command reject PO files wi...Ramiro Morales
2010-10-08Fixed #14421 -- Clarified the english in the i18n documentation. Thanks to Ne...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr ...Russell Keith-Magee
2010-05-09Fixed #13317 - Clarified documentation about how the blocktrans and trans tem...Jannis Leidel
2010-05-09Fixed #12278 -- Corrected an example usage of string_concat. Thanks to loumz ...Russell Keith-Magee
2010-05-09Fixed #13417 -- Clarified the use of the djangojs domain for translation. Tha...Russell Keith-Magee
2010-05-09Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...Russell Keith-Magee
2010-05-09Fixed #13499 -- Corrected typo in l10n docs. Thanks to selwin for the report ...Russell Keith-Magee
2010-04-28Refs #13339 -- Disable %b/%B-based locale datetime input formats, and documen...Russell Keith-Magee
2010-03-27Fixed #13032 - Added localize parameter to form fields to be able to selecti...Jannis Leidel