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
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
2010-12-12
Fixed #4030 -- Added ability to translate language names. Thanks to Antti Kai...
Jannis Leidel
2010-12-04
Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo...
Ramiro Morales
2010-11-17
Fixed #10004 and #12320 -- Enabled the makemessages management command to col...
Jannis Leidel
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-27
Fixed #14306 -- Cleaned up django.utils.translation module a bit to be quicke...
Jannis Leidel
2010-08-06
Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...
Russell Keith-Magee
2010-05-08
Fixed #3469 -- added django.utils documentation for stable bits
Brian Rosner
2010-04-29
Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r...
Jannis Leidel
2010-03-29
Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r...
Russell Keith-Magee
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-02-16
Fixed #11384 - Make sure translations in the project directory really overrid...
Jannis Leidel
2010-02-16
Removed Python 2.3 compat code in translation framework.
Jannis Leidel
2010-02-16
Fixed #7720 - Fallback to the base language if the sub language given in the ...
Jannis Leidel
2010-01-01
Fixed #12230 - Updated utils.translation.to_locale to support the special sr_...
Jannis Leidel
2009-12-22
Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...
Jannis Leidel
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2008-08-28
Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`.
Jacob Kaplan-Moss
2008-08-27
Fixed #8584 -- Fixed a case where the wrong locale might be made active in the
Malcolm Tredinnick
2008-08-26
Removed stray code from [8601].
Malcolm Tredinnick
2008-08-26
Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets.
Malcolm Tredinnick
2008-08-26
Fixed #4389: be more robust in `get_language_bidi()`. Thanks, arien.
Jacob Kaplan-Moss
2008-08-25
Fixed #7831: be case-insensitive when in `get_language_from_request`.
Jacob Kaplan-Moss
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-07-19
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
Malcolm Tredinnick
2008-07-19
Starting to do the reverse() threading stuff.
Malcolm Tredinnick
2008-07-07
Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb
Malcolm Tredinnick
2008-03-08
Removed unused import, corrected a typo, and made some styling fixes.
Gary Wilson Jr
[prev]
[next]