I got excited once this was working and committed it without making the strings translatable. Let’s fix that.
Issue fork webmcp_user_forms-3576035
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajWrapped all user-facing strings in `t()` for translation. Machine name attributes (`toolname`) are left as plain strings since they are identifiers, not translatable text.
Comment #6
markconroy commented