The view argument provided by the module does not return the title of the translated group based on the current context.
- Create a group
- Translate the group specifying a different name
- Create a view page view with the path /test-view/%
- Add a contextual filter accepting the group id
- Configure the title of the view to be {{argument.gid}}
- Visit the page in the /en/test-view/1
-- You will see the English group's name in the title
- Visit the page in the /es/test-view/1
-- You will see the English group's name in the title
Active
2.0
Code