summaryrefslogtreecommitdiff
path: root/django/utils/translation
AgeCommit message (Expand)Author
2016-03-08Reused the DjangoTranslation class for the javascript_catalog viewClaude Paroz
2016-02-15Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.Alexey Kotlyarov
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-23Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3Claude Paroz
2016-01-06Fixed #26046 -- Fixed a crash with translations and Django-unknown language codeClaude Paroz
2015-12-18Fixed #25915 -- Allowed language not in Django's default LANGUAGESClaude Paroz
2015-11-11Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is byte...Marti Raudsepp
2015-10-22Fixed #25571 -- Fixed boolean evaluation of ungettext_lazyClaude Paroz
2015-09-04Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...Alexandre Pocquet
2015-08-25Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-12Fixed #24257 -- Corrected i18n handling of percent signs.Doug Beck
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-02Fixed #24230 -- Added translated language name for i18n template tag/filter.Tomáš Ehrlich
2015-04-24Fixed #24063 -- Allowed locale variants supported by gettext.Michal Čihař
2015-04-04Fixed #24569 -- Made some translation functions accept None valueClaude Paroz
2015-03-21Fixed #24515 -- Fixed DjangoTranslation plural handlingClaude Paroz
2015-03-20Cleaned up the template debug implementation.Preston Timmons
2015-02-28Fixed #24413 -- Prevented translation fallback for EnglishClaude Paroz
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Removed deprecated Chinese language codes; refs #18149.Tim Graham
2015-01-08Fixed #24073 -- Returned None for get_language when translations are deactivatedClaude Paroz
2014-12-28Cleaned up the django.template namespace.Aymeric Augustin
2014-12-26Fixed #24045 -- Removed useless mark_safe() call in trans_null.pyTim Graham
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-11-19Simplified caching of supported languages.Aymeric Augustin
2014-09-21Fixed #23196 -- Short-circuited empty string translationYuri Kriachko
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-30Fixed #22820 -- Treated int and long types alike in lazy_numberClaude Paroz
2014-08-28Fixed #23381 -- Context manager restored state should be determined in __enter__Thomas Chaumeny
2014-08-28Fixed #23323 -- Made django.utils.translation.override usable as a decorator.Thomas Chaumeny
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-16Fixed #21498: Don't use a fallback language if you're en-us.Andrew Godwin
2014-06-06Fixed #22773 -- Forced templatize() to return unicodeClaude Paroz
2014-05-25Removed code deprecated from Django 1.2Claude Paroz
2014-05-24Applied unicode_literals to makemessages commandClaude Paroz
2014-05-06Fixed #22586 -- Added LANGUAGE_SESSION_KEY to __all__.Tim Graham
2014-05-02Fixed #22565 -- Prevented pgettext_lazy crash with bytestring inputClaude Paroz
2014-04-30flake8 fixes.Tim Graham
2014-04-30Refactored DjangoTranslation classDoug Beck
2014-04-02Refactor. Stop using memory for list copies.Tomasz Wysocki
2014-03-29Increased memoization cache size for language codes.Aymeric Augustin
2014-03-21Removed reading of old 'django_language' session variable per deprecation tim...Tim Graham
2014-03-18Fixed #22283 -- Updated documentation referring to non-existent tuples.Matthew Somerville
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-26Fixed #21389 -- Accept most valid language codesBouke Haarsma
2014-02-22Extra new line to make flake8 happyAlex Gaynor
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin