| Age | Commit message (Collapse) | Author |
|
set_language() docs.
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
Manually reformatted some long docstrings and comments that would be
damaged by the to-be-applied autofixer script, in cases where editorial
judgment seemed necessary for style or wording changes.
|
|
|
|
translations.
Co-authored-by: Carlos Mermingas <cmermingas@gmail.com>
|
|
|
|
|
|
Thanks Johannes Maron for the review.
|
|
Per deprecation timeline.
|
|
|
|
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
|
|
|
|
|
|
|
|
on language cookies.
|
|
|
|
catalog.
|
|
|
|
Unused since de40cfbe74642df1e94c131e1adaa3363173c0cf.
|
|
|
|
cookie.
The plan is to later deprecate/remove storing the language in the session.
|
|
A few of these were unnecessarily added in 2b281cc35ed9d997614ca3c416928d7fabfef1ad.
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Waldemar Kornewald for the report and initial patch.
|
|
|
|
i18n views
Thanks Tim Graham for the review.
|
|
|
|
|
|
equivalents
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
The smart_* version should only be used when a lazy string should keep
its lazy status.
|
|
|
|
|
|
Thanks Cristiano Coelho and Tim Graham for the reviews.
|
|
|
|
|
|
Thanks Claude Paroz and Tim Graham for polishing the patch.
|
|
Thanks Tim Graham and Cristiano Coelho for the reviews.
Refs #26328, #26319.
|
|
|
|
Thanks to Tim Graham for the review.
|
|
Added django.views.i18n.json_catalog() view, which returns a JSON
response containing translations, formats, and a plural expression
for the specified language.
|
|
|