Mercurial > p > roundup > code
diff CHANGES.txt @ 8296:4d3b371ed543
fix: issue1895197 - translated help texts in admin.py not displayed correctly.
Adjust the technique used to remove the translated "Usage:" prefix
from the printed line. Support Chinese (zh) as well.
Add coding marker so I don't have to modify the tests to skip the ones
that touch the dmin module.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Jan 2025 15:21:56 -0500 |
| parents | bbc99def147a |
| children | 03513f5066f3 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jan 19 19:37:48 2025 -0500 +++ b/CHANGES.txt Mon Jan 20 15:21:56 2025 -0500 @@ -85,6 +85,8 @@ be skipped. Fixed code so that the id used to set the sequence will be returned and not skipped. (Tom Ekberg diagnosed and supplied the fix. John Rouillard committed) +- issue1895197 - translated help texts in admin.py not displayed + correctly. (Initial patch tobias-herp, John Rouillard) Features:
