summaryrefslogtreecommitdiff
path: root/django/utils/translation
AgeCommit message (Expand)Author
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-14[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
2012-10-21Fixed #19142 -- Language codes can include numbers (RFC 3066).Jan Bednařík
2012-10-15Build context strings out of [u|n]gettextClaude Paroz
2012-09-27Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...Julien Phalip
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-07[py3] Ported django.utils.translation.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-12Fixed #17873 -- Removed stale code from translation utilities that should hav...Jannis Leidel
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-04Fixed #17555 -- Added support for a missing trailing slash when redirecting b...Jannis Leidel
2011-12-11Made makemessages leave `'%%'` sequences untouched when extracting translatab...Ramiro Morales
2011-12-11Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...Ramiro Morales
2011-10-19Fixed #14806 -- Added support for contextual translations to the `trans` and ...Julien Phalip
2011-09-08Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-26Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-05-10Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-04-18Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...Ramiro Morales
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecations in django.utils.translation.Russell Keith-Magee
2011-03-28Removed a Python 2.4 try/except no longer necessary in django.utils.translati...Adrian Holovaty
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-02-14Normalize the locale paths when considering merging a project language catalo...Jannis Leidel
2011-02-12Don't merge in translations twice from deprecated project level tree when it ...Ramiro Morales
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-12Fixed #14461 -- Look also in LOCALE_PATHS when checking if a language is supp...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-01-17Refactor all uses of thread locals to be more consistant and sane.Alex Gaynor
2010-12-12Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...Jannis Leidel
2010-12-04Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...Ramiro Morales
2010-11-17Fixed #10004 and #12320 -- Enabled the makemessages management command to col...Jannis Leidel
2010-11-04Fixed #11966 -- Made it possible to use a percent sign in a translation messa...Jannis Leidel
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-09-27Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke...Jannis Leidel
2010-08-06Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...Russell Keith-Magee
2010-05-08Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner
2010-04-29Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r...Jannis Leidel
2010-03-29Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...Russell Keith-Magee
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee