summaryrefslogtreecommitdiff
path: root/docs/topics/i18n
AgeCommit message (Expand)Author
2014-07-31Updated timezone docs to use timezone.now()Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-05-21Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATHMartin Brochhaus
2014-05-19Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of mod...Tim Graham
2014-05-19Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules.Martin Brochhaus
2014-04-29Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin
2014-04-26Updated doc links to point to Python 3 documentationClaude Paroz
2014-04-23Various documentation typo/spelling fixesMarti Raudsepp
2014-04-18Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-24Removed versionadded/changed annotations for 1.6.Tim Graham
2014-03-22Fixed #22313 -- Removed 'u' prefixes from documentationClaude Paroz
2014-03-13Fixed #22262 -- Added the correct line in the last example of Translator linesDejan Noveski
2014-03-13Fixed a grammar error in topics/i18n/translation.Iain Dawson
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-16Added some links in i18n documentationGrzegorz Rożniecki
2014-02-16Fixed two typos in documentationGrzegorz Rożniecki
2013-12-27Fixed #21650 -- Corrected bad advice for plural translation.Tim Graham
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
2013-12-15Added internal link to i18n documentation.Baptiste Mispelon
2013-12-04Added link to localized formatting doc from main index.Ramiro Morales
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-22Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
2013-11-09Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-08Removed obsolete locale restriction admonitionClaude Paroz
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-02Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-01Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-08-31Made the doc about translating string literals in templates more prominent.Loic Bistuer
2013-08-22Typos introduced in 297f5af222.Ramiro Morales
2013-08-22Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-07-18LocaleMiddleware isn't default anymoreSergio Oliveira
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-04Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-06-06Explained that timezone.now() always returns times in UTC.Jacob Kaplan-Moss
2013-05-23Fixed comments for translators example in the i18n documentationPanagiotis H.M. Issaris
2013-05-19Add missing imports and models to the examples in internationalization and lo...Silvan Spross
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
2013-05-15Improved the timezone middleware example slightly.Aymeric Augustin
2013-05-13Fixed #20398 - Added language selection code to example in documentationTim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Fixed #20285 - Added missing commas in translation docs.Tim Graham
2013-02-26Fixed #19922 - Typo in translation docs.Tim Graham
2013-02-25Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin