Message341991
| Author | Allie Fitter |
|---|---|
| Recipients | Allie Fitter, a.badger, eric.smith |
| Date | 2019-05-09.18:22:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557426180.0.0.602891331114.issue36310@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Just as context, my use case for this is interpolating translated strings into HTML.
html = f'''\
<h1>{_("Some Title")}</h1>
<p>{_("Some longer text")}</p>
''' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-09 18:23:00 | Allie Fitter | set | recipients: + Allie Fitter, eric.smith, a.badger |
| 2019-05-09 18:23:00 | Allie Fitter | set | messageid: <1557426180.0.0.602891331114.issue36310@roundup.psfhosted.org> |
| 2019-05-09 18:22:59 | Allie Fitter | link | issue36310 messages |
| 2019-05-09 18:22:59 | Allie Fitter | create | |