summaryrefslogtreecommitdiff
path: root/django/views/i18n.py
AgeCommit message (Expand)Author
2008-03-24Fixed #6864 -- Handle Javascript i18n when the plural form expression returnsMalcolm Tredinnick
2008-02-29Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.Malcolm Tredinnick
2007-11-29Fixed #5853 -- Added handling for a missing 'en' PO file in translation supportMalcolm Tredinnick
2007-09-15Changed set_language() change from [6320] to use request.REQUEST, which is sh...Adrian Holovaty
2007-09-15Changed set_language() redirect view to check POST data for 'next'. Thanks, m...Adrian Holovaty
2007-09-14Fixed #3651 -- Changed set_language_view() to require POST request is used, i...Malcolm Tredinnick
2007-08-11Fixed #4414 -- Fixed Javascript message translation to also work when there i...Malcolm Tredinnick
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-03-12Fixed #3640 -- Improved error handling in views.i18n.set_language(). ThanksMalcolm Tredinnick
2006-07-01Optimized JavaScript in django/views/i18n.pyAdrian Holovaty
2006-07-01Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-01-19Fixed a bunch of errors detected by pychecker -- unneeded imports and shadows...Adrian Holovaty
2005-12-06fix for a problem with djangojs missing for some languages. Thx OlivierGeorg Bauer
2005-12-04limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c...Georg Bauer
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-11-04Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss