index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
translation
Age
Commit message (
Expand
)
Author
2013-05-25
Removed obsolete attribute of DjangoTranslation
Claude Paroz
2013-05-19
Fixed #11915: generic Accept-Language matches country-specific variants
Łukasz Langa
2013-05-18
Fixed #14894 -- Ensure that activating a translation doesn't run into threadi...
Florian Apolloner
2013-05-18
Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages
Łukasz Langa
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-02-24
Fixes #19763 - LocaleMiddleware should check for supported languages in setti...
Łukasz Langa
2013-02-23
Fixes #17866: Vary: Accept-Language header when language prefix used
Łukasz Langa
2013-02-23
Changed %r to %s in get_language_info error message.
Konrad Hałas
2013-02-23
Fixed #19811 - Added language code fallback in get_language_info.
Konrad Hałas
2013-02-02
Made ungettext_lazy usable for messages that do not contain the count.
Aymeric Augustin
2013-01-30
Fixed #19160 -- Made lazy plural translations usable.
Aymeric Augustin
2013-01-29
Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...
Ramiro Morales
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-14
Fixed #19272 -- Fixed gettext_lazy returned type on Python 2
Claude Paroz
2012-10-21
Fixed #19142 -- Language codes can include numbers (RFC 3066).
Jan Bednařík
2012-10-15
Build context strings out of [u|n]gettext
Claude Paroz
2012-09-27
Fixed #18881 -- Made the context option in {% trans %} and {% blocktrans %} a...
Julien Phalip
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude 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-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-12
Fixed #17873 -- Removed stale code from translation utilities that should hav...
Jannis Leidel
2012-02-18
Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...
Jannis Leidel
2012-02-04
Fixed #17555 -- Added support for a missing trailing slash when redirecting b...
Jannis Leidel
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-09-08
Fixed #16516 -- Relaxed the blocktrans rendering a little by falling back to ...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-26
Fixed #16322 -- Fixed Accept-Language parsing to allow spaces around semicolo...
Jannis Leidel
2011-06-15
Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-05-10
Added missing callables to django.utils.translation.__all__ (`override` and `...
Jannis Leidel
2011-05-06
Added django.utils.translation.override context manager to easily activate an...
Jannis Leidel
2011-04-18
Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...
Ramiro Morales
2011-04-02
Removed deprecated 'no' translation
Russell Keith-Magee
2011-04-02
Advanced deprecations in django.utils.translation.
Russell Keith-Magee
2011-03-28
Removed a Python 2.4 try/except no longer necessary in django.utils.translati...
Adrian Holovaty
2011-03-19
Fixed #15632 -- Ignore unrelated content in template multi-line comment block...
Ramiro Morales
2011-02-14
Normalize the locale paths when considering merging a project language catalo...
Jannis Leidel
2011-02-12
Don't merge in translations twice from deprecated project level tree when it ...
Ramiro Morales
2011-02-12
Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...
Jannis Leidel
2011-02-12
Fixed #14461 -- Look also in LOCALE_PATHS when checking if a language is supp...
Jannis Leidel
2011-02-07
Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...
Ramiro Morales
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
[next]