summaryrefslogtreecommitdiff
path: root/docs/topics/i18n/translation.txt
AgeCommit message (Expand)Author
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-10-27Fixed #36681 -- Removed English pluralization bias from example in docs/topic...Kasyap Pentamaraju
2025-10-03Fixed #36636, Refs #15902 -- Removed session-based storage reference from set...Dani Fornons
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-04-15Fixed #35993 -- Documented gettext f-string support limitations.Ahmed Nassar
2024-08-30Dropped safeguards against very old versions of gettext.Claude Paroz
2024-08-05Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-06-25Fixed #34886 -- Modified sample use of lazy in delayed translations.lufafajoshua
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-04-06Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-08-09Refs #33842 -- Added :ttag: role in translations docs.Ramil Yanbulatov
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-08-08Fixed typo in docs/topics/i18n/translation.txt.Alessandro Baccini
2022-07-14Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe.cheng
2022-03-10Changed some words to use inline markup.David Smith
2022-02-18Fixed typo in docs/topics/i18n/translation.txt.Philipp Bosch
2022-01-10Corrected signatures of some functions in docs.Mariusz Felisiak
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-02-25Fixed indentation in docs/topics/i18n/translation.txt.Camilo Nova
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2020-12-08Adjusted formatting of ngettext docs code examples.Matthias Kestenholz
2020-10-13Fixed typo in docs/topics/i18n/translation.txt.shivam sharma
2020-07-28Refs #30165 -- Removed leftover 'u' prefix.Claude Paroz
2020-06-24Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
2020-06-15Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
2020-05-13Removed versionadded/changed annotations for 3.0.Mariusz Felisiak
2020-04-28Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag
2020-04-28Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-20Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.Jon Dufresne
2020-04-07Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-05Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.Claude Paroz
2020-01-27Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-06-03Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.Mariusz Felisiak
2019-04-16Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.Tobias Kunze