annotate website/www/requirements.pip @ 7750:216662fbaaee

fix(i18n): fix incorrect lookup of some translations The code had: _("some term %s here" % term) this extracts the template, but looks up the string with %s replaced. So the translation is broken. Changed to: _("some term %s here") % term which looks up the template and substitutes in the translation of the template. Found by ruff INT ruleset.
author John Rouillard <rouilj@ieee.org>
date Fri, 01 Mar 2024 14:04:05 -0500
parents 67438e439da8
children b516483f68a3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7740
67438e439da8 docs: issue2551317 add support for jinja2 customization examples
John Rouillard <rouilj@ieee.org>
parents: 7492
diff changeset
1 sphinx-sitemap
67438e439da8 docs: issue2551317 add support for jinja2 customization examples
John Rouillard <rouilj@ieee.org>
parents: 7492
diff changeset
2 sphinx-tabs

Roundup Issue Tracker: http://roundup-tracker.org/