Petr Viktorin writes: > Well, if you want to get the equivalent of: > > _("Hello there, {name}").format(name=name) > > you can't use: > > _(f"Hello there, {name}") This is the "eager vs lazy" interpolation issue that also affects the logging use case, right?