Opened 3 months ago
Last modified 3 months ago
#35993 assigned Bug
Replace outdated information on gettext f-string support — at Initial Version
Reported by: | Athena | Owned by: | |
---|---|---|---|
Component: | Documentation | Version: | 5.1 |
Severity: | Normal | Keywords: | |
Cc: | Claude Paroz | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | yes | UI/UX: | no |
Pull Requests: | 18910 build:success | ||
Description ¶
gettext
0.23+ supports the f-string syntax according to their bugtracker. Testing in practice confirms this. The current version of the documentation says that the syntax is not supported. The associated Pull Request (to be created) changes this to inform the reader that they can use f-string syntax with gettext
0.23+.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.