in python I use f strings all the time. in php i use the . all the time, but php can string interpolate if you use double quotes. maybe that's why pint tells me to use single quotes...
@snapey I used to use sprintf a lot, but feel the __() helper has the benefit of named placeholders rather than just %s and the like. You can still use results from functions if you really wanted to: