Ok, I made a simple monkey test:
downloaded latest github folder to my system
overwrote latest release with patched files at ./apps and patched utils modules (for test venv)
tested a simple scaffolding app with dev server
The test app passes T to auth, grid and form objects
Seems that this has no effect, the feature labels (form, grid and auth) do not show at the translation page
The app's behavior is as usual, just the hardcoded T calls on the app code update the text at the translations page after you click "update languages"
In case a better test is needed let me know, I could use advice on how to set an environment with last time repo changes.
I tested the patch over an Ubuntu 25 machine
Regards